This resource is paid, and requires to be purchased
Changes
- - Added config option to use threads for discussions of the suggestions, if true, will open a thread.
- - Added config options to choose what to do with the thread after you review a suggestion, available options are "lock" and "delete"
- - Fixed a issue with the
/suggestionmenu
command where if you only had 1 category, it would not allow you to submit a new suggestion, it now resets the selection.
CONFIG CHANGES:
{
"debug": true,
"token": "abc123",
"license": "key",
"owner_discord_id": 907853821437411328,
"use_threads_for_discussion": true,
"lock_or_delete_thread": "lock"
}
Changelog:
Version 0.2
Changes
- Added /suggestionmenu, this will add a permanent suggestion menu where you can select which category to make a suggestion for, this will persist through restarts and automatically updated when new categories are added or removed.,
- Added /removecategory, this will simply remove a category from your suggestion menu.,
- Moved role selection for reviewers outside of the modal, instead of id's you can now just straight up select the role itself.,
Users can still use /suggestion if you want to utilize that instead of the menu