This repository has been archived by the owner on Jul 31, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 33
Managing Guild Settings
Oded Shapira edited this page Jul 6, 2019
·
4 revisions
x!settings will help you manage the settings for each guild.
View the settings by running x!settings view
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>
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
x!settings reset <setting>