-----------------------------🧵
is a simple way to reorganize your discord channels in threads, it takes place in 2 steps :
1 - Put the reaction 🪡 on a message to start a thread
2 - Put the reaction 🧵 on the message you want to add to the thread
Optional : - Use the reaction ✂️ to output text from the thread and send it to the parent channel
You can directly add it to your discord server by going to => this link
Or you can install it locally :
Add your tokens and id in your .env
, or set the config.json
Install packages with pnpm install
Run the command node index.js
for start the bot
Run the command node deploy-commands.js
to deploy slash commands
Or you can use Docker and build your image => docker build -t zthread-bot .
For Admins :
/setadmin => To restrict bot actions to administrators (default)
/seteveryone => To make bot actions open to everyone
For Everyone :
/status => To visualize the bot status
discord.js : A library for interacting with the Discord API.
supabase.js : A library for interacting with the Supabase API
----------------------------------------------------------------------------------------------------------🧵