๐๏ธStart
Guide written for windows. Works almost identically on other operating systems
I know some bot devs refuse to provide support to self-hosting users. I am not one of those bot devs. If you have any issues with the official instance, your self host instance, or just want to chat about lasanga you are more than welcome to join the support server.
Make sure these are installed
Get your bot token
It is extremely important you do not share your bot token.
click new application
open the new application and click the bot tab in the sidebar
create the bot
copy the token and save it somewhere that only you can access it
Setting up the code
create a new folder and open it
open the command prompt in the new folder. You can do this by putting in the destination field (https://i.imgur.com/9dCUybV.png)
run
git clone https://github.com/ffamilyfriendly/Thread-Watcher.git .
enter the "bot" folder by running
cd bot
run
npm i
to download all the required packages
Last updated