A Discord bot which automatically unarchives threads.
- Install NodeJS (nodejs.org)
- Open terminal in the directory and run
npm install
- Create a Discord bot and replace
TOKEN HERE
inindex.js
with your token, still inside the quotes - Run
node index.js
Invite the bot by replacing PUT_YOUR_ID_HERE
with your bot's ID: https://discord.com/oauth2/authorize?client_id=PUT_YOUR_ID_HERE&scope=bot&permissions=292057779200
Add the bot to a thread (by pinging it) to get started.
Note that it must be online constantly to work.