An open API service indexing awesome lists of open source software.

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.

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/)