A bot to support induction requests for rLab
- Follow step 1 of the Discord developer docs - getting started to create and install an app with permissions
- In the Discord application go to
Botand turn on the differentPrivileged Gateway Intents. These are needed for the Python library this bot uses to integrate with Discord. - Install ngrok so that you can create a local tunnel
- Run
ngrok http 8080in the console - On your Discord application set the
General information -> interactions endpoint urlto[ngrok forwarding url]/api/commands