Running
Almost done!
Last updated
Was this helpful?
Almost done!
Last updated
Was this helpful?
Use code threadwatcher during checkout for 50% off your first month of
Thread-Watcher is written in which means it's quite resilient but also means we need to transpile the code before node is able to run it. You can do this by running npm run build
in the command prompt.
Running the bot is a breeze! Simply run npm run start
in your command prompt. Do keep in mind that the bot will stop when you close the console. You can fix this by running the script as a PM2 daemon process by running pm2 start npm -- start
to register the slash command run npm run start -reg_commands
to remove all registered slash commands run npm run start -clear_commands