https://github.com/newnishad/python-discord-bot
It's a simple discord bot included a few commands. Which will help you to understand how commands work. Also you can make your very own commands by understanding them.
https://github.com/newnishad/python-discord-bot
bot discord discord-bot discordpy python
Last synced: 5 months ago
JSON representation
It's a simple discord bot included a few commands. Which will help you to understand how commands work. Also you can make your very own commands by understanding them.
- Host: GitHub
- URL: https://github.com/newnishad/python-discord-bot
- Owner: newnishad
- License: mit
- Created: 2019-04-08T16:35:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T16:38:15.000Z (over 6 years ago)
- Last Synced: 2023-07-14T11:27:46.680Z (almost 3 years ago)
- Topics: bot, discord, discord-bot, discordpy, python
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Discord Bot
It's a simple discord bot included a few commands. Which will help you to understand how commands work. Also you can make your very own commands by understanding them.
Make sure you have python 3.x installed in your computer to run this program.
## Dependencies
- [Discord.py](https://github.com/Rapptz/discord.py)
- dnspython==1.16.0
- PyNaCl==1.3.0
- async-timeout==3.0.1
### Installation Guide
Open your terminal/cmd or windows powershell then run this command
```pip install discord.py```
Then create a discord application from [https://discordapp.com/developers/applications](Discord Developer Portal).
And, then open the **bot.py** file and replace your application **TOKEN**
> "TOKEN = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'"
### Official Discord.py Documentation
[Dicord.py Documentation](https://discordpy.readthedocs.io/en/latest/)