What
A context command that lets you individually pick messages from a channel to be moved to a new thread. Super useful for channels where multiple projects are discussed simultaneously.
Why
Inspired by the compsigh Discord's #leadership channel, where we had the need to retroactively thread projects.
How
The thread queue functionality is separated into two components:
- An
Add to queue context command
- A
/queue command
The queue is stored per-user in the server's config object in Realm's database.
Progress
The features and limitations we want to include are:
What
A context command that lets you individually pick messages from a channel to be moved to a new thread. Super useful for channels where multiple projects are discussed simultaneously.
Why
Inspired by the compsigh Discord's
#leadershipchannel, where we had the need to retroactively thread projects.How
The thread queue functionality is separated into two components:
Add to queuecontext command/queuecommandThe queue is stored per-user in the server's
configobject in Realm's database.Progress
The features and limitations we want to include are: