This is a clean, minimalistic, and easy to use interface for managing slash commands.
- HIT THIS BUTTON!
BOT_TOKEN
: This is used for authorization header when making requests. This is your bot's token. It will never be used/shared. It is saved under YOUR account when you set it on Vercel with that button.SECRET_CODE
: This code will be verified before making any requests. This is useful for allowing only yourself or a few trusted people to manage your commands(devs who don't have access to bot token). No one else will be able to edit your commands without this code. PLEASE MAKE THIS HARD TO GUESS! Remember your website is public, and therefore you don't want just anyone using it.
If you lose the code, go to the Vercel website and login to your dashboard. Once you select your project, you can change the code.
APPLICATION_ID
: This is the application id. Normally, this is your bot's id but if your bot is really old this may be different.
When deploying this, you will create a github fork. You will have your own repository which will be a fork of this repository. To get future updates, you just create a pull request between your repository and the main repository.
Yes please! PR AWAY!