Config
This site no longer receives updates. Visit the new documentation instead.
Description
The config
command allows server admins to set various settings of the bot without going through the entire setup.
Required Arguments
None
Using this command with no arguments will give instructions on how to use it.
Optional Arguments
For viewing current settings:
To view all current server settings, use
config list
To view a specific server setting use
config <element>
with no other parameters
For configuration:
element
- A valid config element.
Config Element | Function | Valid Inputs | Usage |
admin | Anyone with this role inherits staff permissions, but also has permission to configure server settings. | Role name, ID, or @mention |
|
staff | Anyone with this role has permission to accept and deny suggestions, as well as interact with them in other ways. | Role name, ID, or @mention |
|
review | The channel where suggestions are sent immediately after submission to be reviewed by staff. (Only if the mode is set to review) | Channel ID, name or #mention |
|
suggestions | The channel where approved suggestions are posted. (If the mode is set to autoapprove then suggestions are automatically posted here) | Channel ID, name or #mention |
|
denied | The channel where suggestions that are denied/deleted are posted. Using | Channel ID, name, #mention, or |
|
logs | The channel where all actions taken on suggestions are logged. Using | Channel ID, name, #mention, or |
|
emojis | The emojis that should be reacted on approved suggestions. The defaults are 👍, 🤷, and 👎 for upvote, shrug, and downvote respectively. Selecting The | Unicode or custom emoji from the server |
|
notify | The This is enabled by default. |
|
|
mode | The |
|
|
prefix | The prefix that all commands start with Example: in | Any string with no spaces |
|
additional parameters
- Additional setting parameters (see "Usage" on the above table)
Usage
Arguments in [brackets]
are required, while arguments in (parenthesis)
are optional.
Aliases: cfg
, serverconfig
, configure
Permission Required
Any user with the Manage Server permission, or a configured admin role.
Last updated