!ping Check the bot's response time
!start Start the workout messages in your current channel
!stop Stop playing workout messages
- Install the packages as specified in
requirements.txt. You may want to make a virtual environment. - Make a bot user on discord.com/developers and copy its token.
- Create a file
credentials.jsonand put{"token": "YOUR_TOKEN"}in it. - Install ffmpeg and extract it to a folder called "ffmpeg". Check that
ffmpeg/bin/ffmpeg.exeexists. - Run
main.pyand hope it all works!
You can configure:
- The audio file to use
- The delay between messages
- The path that ffmpeg is installed at
This is all configured within config.json