๐Ÿงต
Thread Watcher
  • ๐Ÿค–Usage
    • ๐ŸŽ‰Getting started
    • Commands
      • /watch
      • /batch
      • /auto
      • /threads
  • ๐Ÿ”งHosting
    • ๐ŸŒ๏ธStart
    • โš™๏ธConfiguring
    • ๐Ÿ‘ŸRunning
  • ๐Ÿ”—Links
    • ๐Ÿค“Github
    • ๐Ÿ“ฉInvite
    • โ‰๏ธSupport server
    • ๐Ÿ’œDonations
Powered by GitBook
On this page
  • Transpiling
  • Running the bot

Was this helpful?

  1. Hosting

Running

Almost done!

PreviousConfiguring

Last updated 2 years ago

Was this helpful?

Want to keep your instance online 24/7?

Use code threadwatcher during checkout for 50% off your first month of

Transpiling

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

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

Registering slash commands

to register the slash command run npm run start -reg_commands

Removing slash commands

to remove all registered slash commands run npm run start -clear_commands

๐Ÿ”ง
๐Ÿ‘Ÿ
Novonode discord bot hosting
typescript