Skip to content

kavin-jindal/AsCord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AsCord 1.0.0

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