- Python 3.6.2
- Discord.py
- Cakechat Library: https://github.com/lukalabs/cakechat
-
- Download cakechat and install its requirements
-
- Place therapy.py in cakechat/tools/
-
- Create a Discord Developer account: https://discordapp.com/developers/docs/intro
-
- Create an application at https://discordapp.com/developers/applications/
-
- Create a bot for said application in the bots section of your application's settings.
-
- Copy the bot's token.
-
- Replace CLIENT-TOKEN in therapy.py (the file you placed in cakechat/tools/) with your bot's token. For example:
client.run('CLIENT-TOKEN')
client.run('NTYxMjkNTANjExODAMjU.XKAVw.VS')
-
- Go to the OAuth2 section of your bot's application settings.
-
- Do this: Example
-
- Copy link below scope and add bot to your server.
-
- Run therapy.py from inside cakechat/tools/