This bot serves an elegant solution for managing communication between a support team and users in a Discord server.
A user simply invokes the /support
command with the desired thread title, then the bot creates a private thread in the support channel (previously chosen by an administrator, using the /support_channel
command), with the form {requester (nick)name} | {requester-provided title}
(truncated to 100 bytes), and invites the requester to it.
The only users who can view this thread are those who have explicitly been invited to it (starting with the requester), and those with the Manage Threads
permission, which you can restrict to a support team.
From here, anyone in the thread can invite further users.
A typical bot solution for support management on Discord takes the form of "mod mail", where a bot serves as an intermediary; the user's DMs to the bot are relayed to the Staff team via messages sent by the bot in a channel created specifically by that user. This is a reasonable approach, but it has a couple of notable downsides:
- Proliferation of channels
- Communication feels less personal
Point 2 could be viewed as an upside, if the support team desires that the user not know which member of the team is sending messages. And the bot implementation could simply convey which team member is responding. Nonetheless, at the end of the day, there is a certain inelegance to communicating through an intermediary.
Support via private threads is an elegant solution to both problems. Threads can be automatically or manually archived when the issue is resolved. Communication is directly between the user and support team, and the user can see exactly which team member is responding. Support Threads bot simply automates the creation of such threads.
There is one primary downside to this bot: Private Threads is a premium feature on Discord! Access to private thread creation is currently gated behind the Server Boosts subscription model -- namely, Server Level 2, which requires 7 boosts per month. This could cost your community as much as 35 USD/mo, or as little as nothing, if you have enough users with Discord Nitro are willing to contribute their complimentary server boosts.
For general questions and feedback, ping me on Discussions. If you think you've encountered a bug, please open an Issue.
You may either host this bot yourself or invite one that I have deployed publicly. Click here to invite the publicly-deployed bot to your server.
After inviting this bot to your server, you'll need to run at least the /support_channel
command in order to set the channel where the bot will open support threads.
This bot collects only the minimal amount of data required to do its job: namely, what you can configure, and your server ID. Messages are not logged. For more information, check the schema.