Generating Python Discord bots
Project description
AsCord 0.0.4
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ascord-0.0.5.tar.gz
(3.3 kB
view hashes)
Built Distribution
ascord-0.0.5-py3-none-any.whl
(3.2 kB
view hashes)