This is the base of a Discord Bot in Python
First you must create an application in Discord, and thus be able to create the bot and obtain its Token, you can do this from the Discord Developers section:
https://discord.com/developers/
Then you will need to modify the config.py
To start with the bot, run the following command in the terminal:
pip install discord
To start the bot so you can start to see how it works and you can learn to develop it on your own, use the following commands:
py main.py
Have fun programming!
Contributors: