Welcome to my first Discord Bot ! Here you can find the source code I've written. This is still a beta version of this bot, so make sure to report any bug that you encounter !
- This bot needs you to first install discord.py :
For a basic installation :
py -3 -m pip install -U discord.py
If you also want voice support :
python3 -m pip install -U discord.py[voice]
- This bot requires you to have a bot token stored in a .env file. You can get one on discord developer portal It should look like :
BOT_TOKEN = [your bot token]