- This package makes it easy for python developers to generate
discord.pybots. - 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.
Type the following command to install the package
pip install ascord- or
pip3 install ascord- 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.
Developed by: Kavin Jindal