-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fc1028
commit bb23181
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# ✨ Threaded, an add-on to Suggester | ||
Threaded is an extension to Suggester that automatically creates threads on new approved suggestions. | ||
|
||
![Demo](https://cdn.discordapp.com/attachments/1052544153143222303/1129396368256020580/threaded_example.png) | ||
![Example of suggestion with a thread automatically created](../images/threaded_example.png) | ||
|
||
## Configuration | ||
To setup the bot, simply add "`[t]`" to the topic of your suggestion channel (Channel Settings > Channel Topic) and make sure it has the **Create Public Threads** permission in that same channel. Once you've done that, new threads will be created for each new suggestion! | ||
To setup the bot, simply add "`[t]`" to the topic of your suggestion channel (Channel Settings > Channel Topic) and make sure it has the **Create Public Threads** permission in that same channel. Once you've done that, a thread will be created on each new suggestion! | ||
|
||
If you delete a suggestion, Threaded will automatically close and lock the thread if it has the **Manage Threads** permission in the channel. | ||
|
||
If you're experiencing issues with the bot, you can use the `/troubleshoot` command to find the issue. If the problem persists, or you want to give feedback, feel free to hop in the [support server](https://suggester.js.org/support) and open a ticket, though make sure to mention that you're asking about Threaded! | ||
If you're experiencing issues with the bot, you can use the `/troubleshoot` command to find the issue. If the problem persists, or you want to give feedback, feel free to hop in the [support server](https://suggester.js.org/support) and open a ticket, making sure to mention that you're asking about Threaded! | ||
|
||
|
||
## Add the bot | ||
This is an add-on bot, which means this feature is not currently available natively in Suggester. In order to use it, you need to add the bot to your server by clicking [here](https://discord.com/api/oauth2/authorize?client_id=1127542127191150643&permissions=395137270784&scope=bot) | ||
## Add the bot to your server | ||
This is an extension to Suggester, which means this feature is not currently available natively. In order to use it, you need to add the bot to your server by clicking [here](https://discord.com/api/oauth2/authorize?client_id=1127542127191150643&permissions=395137270784&scope=bot) | ||
|