Skip to main content

Generating Python Discord bots

Project description

AsCord 1.0.0

AsCord


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.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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ascord-1.0.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

ascord-1.0.0-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page