-
Notifications
You must be signed in to change notification settings - Fork 6
Global Configuration
ryan edited this page Apr 13, 2017
·
1 revision
Unless you created Dogbot or you are running your own version of Dogbot, do not worry about this page.
Dogbot is able to be globally configured through d?global_config
(d?gcfg
). Global configuration commands are only executable by the owner and have no data limit.
Name | Usage | Description |
---|---|---|
d?gcfg set |
d?gcfg set <name> <value> |
Redis SET |
d?gcfg get |
d?gcfg get <name> |
Redis GET |
d?gcfg delete |
d?cfg delete <name> |
Redis DEL |
Not only can you access global configuration, but you are able to access guild specific configuration without being in that guild. The format for per-guild configuration is: <guild id>:<key>
.
Name | Description |
---|---|
feedback_disabled | If this is set, d?feedback submit will be disallowed, globally. |