Configure individual options for the bot.
list - Show the server's current configuration.
element - The setting to change.
...input - The value of the setting you would like to change. Leaving this blank will show the current value.
For configuration
The admin role automatically inherits all staff permissions and the ability to configure server settings.
Role name, ID, or @mention
config admin [<add|remove|list> <role>]
The staff roles grant permission to interact with suggestions (approve, deny, etc.).
Role name, ID, or @mention
config staff [<add|remove|list> <role>]
Anyone with these roles can submit suggestions. If this is left blank, all members may submit suggestions.
?> This is useful for locking the ability to make suggestions to specific server members.
Role name, ID, or @mention
config allowed [<add|remove|list> <role>]
Anyone with these roles cannot use the bot, unless they have a staff/admin role.
?> This works similarly to the blacklist command, but blacklists a role instead of a user.
Role name, ID, or @mention
config blocked [<add|remove|list> <role>]
When a member's suggestion is approved, they will automatically receive this role.
Using none as the value will remove the approved suggestion role if one is set.
Role name, ID, or @mention
config approvedrole [role]
When a member submits a suggestion (in the review mode) this role will be mentioned in the suggestion review channel.
Using none as the value will remove the suggestion submitted mention role if one is set.
Role name, ID, or @mention
config pingrole [role]
The channel where suggestions are sent to be reviewed by server staff. (This channel will only be used if the mode is set to review)
Channel name, ID or #mention
config review [channel]
The channel is where approved suggestions will be sent. (If the mode is set to autoapprove, suggestions will automatically be posted here)
Channel name, ID or #mention
config suggestions [channel]
The channel where suggestions that are denied or deleted are posted.
Using none will remove the denied suggestions channel if one is set.
Channel name, ID, #mention or none
config denied [channel]
The channel where all actions taken on suggestions are logged.
Using none will remove the log channel if one is set.
Channel name, ID, #mention or none
config logs [channel]
The channel where all suggestions that have been marked as implemented are sent.
Using none will remove the implemented suggestions channel if one is set.
Channel name, ID, #mention or none
config implemented [channel]
The channel where the suggest command can be used. (If this is not set, the suggest command can be used in any channel)
?> This is useful for keeping suggest commands out of chat channels!
Using none will remove the suggestion channel if one is set.
Channel name, ID, #mention or none
config commands [channel]
The reactions that will be added to approved suggestions. By default, 👍, 🤷 and 👎 will be used.
Selecting disable will disable it, meaning it will not be added to approved suggestions in the future.
Unicode or custom emoji from the server.
config emojis [<upvote|shrug|downvote|toggle|enable|disable>] [emoji|disable]
The notify element specifies whether server members will be notified when actions are taken on suggestions they have submitted.
This is enabled by default.
enable, disable or toggle
config notify [enable|disable|toggle]
The mode element configures the mode of suggestion handling.
Setting the mode to review will send all suggestions to the review channel before sending them to the suggestions channel.
Setting the mode to autoapprove will automatically send all submitted suggestions directly to the suggestions feed.
review or autoapprove
config mode [review|autoapprove]
This will automatically deletes suggestion commands and the bot's response shortly after running the command.
This is disabled by default.
?> This is useful for keeping your suggestion channel clean!
enable, disable or toggle
config cleancommands [enable|disable|toggle]
The locale config element allows you to set the language in which server responses and feed messages will be shown in.
Not specifying a locale will show the list of available locales and the currently selected locale.
Any locale name
config locale [locale]
The prefix that will be used for all of Suggester's commands
The default prefix is .
Any string with no spaces
config prefix [prefix]
.config <element> [additional parameters]
serverconfig, cfg, configure
The user must have Manage Server or the configured admin role.