Tool to create a quick new discord.py bot
Project description
Disbot
Disbot is a simple discord py app template generator which helps you to concentrate on implementing the actual commands rather than handling abstraction of commands.
Commands
For now this only supports creating a quick bot. But in future releases, It will cover the other commands which makes it easier to host (probably in Heroku by default) etc. Please feel free to suggest your requirements through an issue in this project github repo.
To create a new bot, simply use the below command
disbot-admin createbot <name-of-the-bot>
You can also start with
disbot-admin --help
NOTE : It is very much advisable that you pip install this package in a virtual environment rather than directly into your local machine.
Scenes after generating a quick bot
How to run?
- Create a bot application under your discord developer portal and copy the TOKEN.
- Create a .env in the root of your bot directory with DISCORD_TOKEN="your-token"
- python3 Main.py
- You can start with !!disbot command in your server (where you have invited this bot)
How to create a bot application under developer portal?
- Developer Portal -> New Application -> Fill up NAME -> CREATE -> Bot section under menu -> Add Bot -> 'Yes,do it!' -> Copy TOKEN -> Check-in 'PRESENCE INTENT' and 'SERVER MEMBERS INTENT'. (Only if its required!)
History
1.0 (2020-03-12)
- Official release
0.2 (2020-03-12)(yanked)
- Fixed gitignore error while using createbot sub-command
0.1 (2020-03-12)(yanked)
- First release
- Happy b'day to me ;)
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 DisBot-1.0.tar.gz.
File metadata
- Download URL: DisBot-1.0.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
954e9683988c4abd843548d2e8845ade5770c17edc3401a02f5466c81a466c81
|
|
| MD5 |
2722b0098c7d9bc817f1869db9a2d25a
|
|
| BLAKE2b-256 |
57fb910c947cb45de4934483ae71a7031376bcb82569f24a1349398483603d4b
|
File details
Details for the file DisBot-1.0-py3-none-any.whl.
File metadata
- Download URL: DisBot-1.0-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f53e39ad14733e1ab0d7f0a20111cd4110472f6fa2234a5065a3f4216a54982a
|
|
| MD5 |
3bdfbc2b1595cef5e463a646c89cafa9
|
|
| BLAKE2b-256 |
d6338974a79de7d2dfc331304f082936fe8115bd381921ee924710cb26935dbe
|