Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Managing Guild Settings

Oded Shapira edited this page Jul 6, 2019 · 4 revisions

The settings command

x!settings will help you manage the settings for each guild.

View the settings by running x!settings view

Adding and removing a punishment:

x!settings add <amount of warnings> <punishment> [--soft] [--time <time can be x timeunit or x(initial of timeunit)>] [--days <amount of days to delete messages of>] [--roleid <role id>]

Example (This will add a punishment: a soft ban after 3 warnings):

x!settings add 3 ban --soft

You can have up to 15 punishments (in total)! but remember, some punishments can collide with others! Use them cautiously!

To remove a punishment you run (the index is the place of the punishment in the list in x!settings view):

x!settings remove <index>

Enabling and Disabling other settings

x!settings set <setting> <value>

Example: Enabling anti-spam in automod:

x!settings set automod.spam true

Example: Disabling anti-spam in automod:

x!settings set automod.spam false

Resetting to defaults:

x!settings reset <setting>