kgbotka
kgbotka copied to clipboard
Missing steps in Quick Start section
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:
- Invite the bot
a) Go to https://discord.com/developers/applications and generate the link in OAuth2 tab: select
botscope and permissions you want the bot to have. b) Visit the generated link, choose server and authorize. The bot should join the server. - Access the backdoor
a) Type in another shell
nc localhost 6969b) Copy-paste the CSRF token c) Add a test command:addcmd ping pongand in the server the bot is in type$ping. If the bot answeredpongeverything's fine.
@milochadam thanks for reporting that! I'll update documentation when I get a chance! :)