Generating Python Discord bots
Project description
AsCord 1.0.0
Update log
Update 0.0.7: Fixed the bot presence bug
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.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.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ascord-1.0.0.tar.gz.
File metadata
- Download URL: ascord-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72489788983c1dd4caae5c516ba3251093feb9dbf23b964d84c5211e1ee6ccd4
|
|
| MD5 |
0e569bf3907648120c3daebc96e0735b
|
|
| BLAKE2b-256 |
a8e1ff8469f8ddbb3d9dd80743ed7cefc6bfd4d0a68d31fa678efc4bfdc06eda
|
File details
Details for the file ascord-1.0.0-py3-none-any.whl.
File metadata
- Download URL: ascord-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8604953d1c1601ed5017be8af51a5e9cd390a4f14f02e770957be5d79c55aa2
|
|
| MD5 |
9d2369cd78e35d038cf4bfa95db8c421
|
|
| BLAKE2b-256 |
221160621363544c77edcd65bddb7dd84d70c6fc809fcfb6526613fea1c78785
|