Config guild (Command) - greatbritdan/AidanBot GitHub Wiki

Config is a set of commands that allow you to modify the functionality of AidanBot. Config guild allows you to modify values specific to your server, for a full list check Guild config

Limitations

  • Command is limited to MODS ONLY! (if it can only be used by users with the [mod_role] config option if set)
  • Command is limited to GUILDS ONLY! (if it can only be used in guilds)

How To Run

Config guild has 3 arguments:

  • action is the type of action, each one has different uses.
    • List - Lists all the values for the guild and their current value.
    • Set - Sets the content of a value, requires the name and value arguments.
    • Reset - Resets the content of a value, requires the name.
    • Info - Returns info about a value, lie its description, default value and an example, requires the name.
    • Getraw - More of a debug feature, returns the raw content of a value (no formatting for channel/role), requires the name.
    • Timezone - Used to help determent your timezone for the timezone config value.
  • name is the name of the config value you want to edit/view.
  • value is the new content for the value.

/config guild [action] [*name] [*value]