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 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.
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.
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:
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.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 answeredpong
everything's fine.