kgbotka icon indicating copy to clipboard operation
kgbotka copied to clipboard

Missing steps in Quick Start section

Open adasium opened this issue 5 years ago • 1 comments

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.

adasium avatar Jul 17 '20 05:07 adasium

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

rexim avatar Jul 17 '20 16:07 rexim