tsoding / kgbotka

Twitch/Discord Chat Bot that works for KGB monkaS
https://twitch.tv/tsoding
MIT License
17 stars 1 forks source link

Missing steps in Quick Start section #245

Open adasium opened 4 years ago

adasium commented 4 years ago

When user is done with Quick Start (building with Stack and providing a Discord token in secret.json) user is not presented with a prompt or any indication of what to do.

The next steps that the user should undertake:

  1. Invite the bot a) Go to https://discord.com/developers/applications and generate the link in OAuth2 tab: select bot scope and permissions you want the bot to have. b) Visit the generated link, choose server and authorize. The bot should join the server.
  2. Access the backdoor a) Type in another shell nc localhost 6969 b) Copy-paste the CSRF token c) Add a test command: addcmd ping pong and in the server the bot is in type $ping. If the bot answered pong everything's fine.
rexim commented 4 years ago

@milochadam thanks for reporting that! I'll update documentation when I get a chance! :)