Template below:
{
"clientId": "app_id",
"guildId": "server_id",
"token": "bot_token",
"notionKey": "",
"shortIoKey": "",
"verificationChannel": "channel_id",
"trainerRole": "role_id",
"tinkertankerRole": "role_id",
"pmCategory": "channel_id"
}
You can google for most of the first 3 items, the last 4 you have to manually find after creating the test / live server
This has to be done everytime commands are edited, even on Production version
node deploy-commands.js
node index.js
It's in Notion
Remember to put the following in package.json on glitch
"engines": { "node": "16.x" },
"scripts": {
"start": "node index.js"
},
If not deploy-commands.js will throw an error or it will die after 5 min
It should be on Glitch’s boosted plan and be up 24/7, no need weird pinging and stuff