Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 963 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 963 Bytes

valerie

Prerequisites:

Directions

    1. Download cakechat and install its requirements
    1. Place therapy.py in cakechat/tools/
    1. Create a Discord Developer account: https://discordapp.com/developers/docs/intro
    1. Create an application at https://discordapp.com/developers/applications/
    1. Create a bot for said application in the bots section of your application's settings.
    1. Copy the bot's token.
    1. 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')
    
    1. Go to the OAuth2 section of your bot's application settings.
    1. Do this: Example
    1. Copy link below scope and add bot to your server.
    1. Run therapy.py from inside cakechat/tools/