AsCord 0.0.6

AsCord


Update log

Update 0.0.4: Fixed the cogs generation.

Update 0.0.3: Fixed a bug.

Update 0.0.2: Fixed the __init__.py file.

Update 0.0.1: Initial release of AsCord.


Info:

  • This package makes it easy for python developers to generate discord.py bots.
  • With not more than 3 lines of code, you will be able to generate fully functional discord bots.
  • You are also provided with an option of either generating discord bots WITH cogs or WITHOUT cogs.

Installation

Type the following command to install the package

pip install ascord
  • or

pip3 install ascord

Usage

  • Importing the module

 import ascord
  • Generate a bot without cogs

ascord.as_cord("BOT_NAME", "BOT_PREFIX", "BOT_TOKEN")
  • Generate a bot with cogs

ascord.as_cogs("BOT_NAME", "BOT_PREFIX", "BOT_TOKEN")

–> After the script is generated, you can run the bot.

Credits

Developed by: Kavin Jindal

GitHub

View Github