Crates.io | thread_reviver |
lib.rs | thread_reviver |
version | 0.2.1 |
source | src |
created_at | 2022-03-11 10:19:18.028821 |
updated_at | 2022-03-15 19:21:38.874352 |
description | A Discord bot to revive any archived threads (to counter Discord's auto-archive function). |
homepage | |
repository | https://github.com/Lyrenhex/ThreadReviver |
max_upload_size | |
id | 548143 |
size | 40,325 |
A Discord bot to revive any archived threads (to counter Discord's auto-archive function).
THREADREVIVER_DISCORD_TOKEN
: a bot token from the Discord Developer PortalThe bot requires the MANAGE_THREADS
Discord permission to operate. Any channels it does not have this permission for will not be revivable by the bot, and these will be printed to STDERR
at runtime to assist with permissions management.
Note that version 0.1.0
required SEND_MESSAGES_IN_THREADS
instead, so your bot may no longer be setup correctly -- do check! (This permission is also no longer required.)
Install the bot: cargo install thread_reviver
cargo build
Create a bot on the Discord Developer Portal
Set the THREADREVIVER_DISCORD_TOKEN
environment variable
Invite the bot to your server
Run the bot.