A discord.py bot that tries to do everything
-
Python 3.10 or higher
-
Install dependencies
pip install -U -r requirements.txt
If plyvel fails to install on Windows install Visual Studio Build Tools 2019
If plyvel fails to install on Debian or Ubuntu try
apt-get install libleveldb1v5 libleveldb-dev
- Setup configuration
The next step is just to create a file named config.py
in the root directory where
the bot.py file is with the following template:
token = '' # your bot's token
Notes:
You will probably want to remove my discord id from the owner_ids in bot.py and replace it with your own
If you want the downvote command to work you should change the downvote emoji in events.py
If you want the music cog to work you will need ffmpeg either on your PATH or in the root directory where the bot.py file is