-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration
ryan edited this page Jul 4, 2017
·
15 revisions
If you have the Manage Server
permission, run d?help config
for more information. Manage Server
is required to change these values.
Key name | Values | Description |
---|---|---|
woof_command_enabled | Enables d?woof . |
|
unmute_announce | Announces unmutes in the same channel that you muted them. | |
mutesetup_disallow_read | Disallows Send Messages when running d?mute_setup . |
|
invisible_announce | Bugs people who talks while being invisible. | |
modlog_filter_allow_bot | Allows messages deleted by bots to be visible in the moderator log. | |
modlog_notrack_deletes | Disables message deletion from being tracked in the moderator log. | |
modlog_notrack_edits | Disables message edits from being tracked in the moderator log. | |
modlog_channel_id | The channel ID. | Sets the channel to send modlog entries to, instead of #mod-log . |
welcome_message | The welcome message (formattable). | The welcome message that greets people when they enter the server. |
pollr_announce | Makes the bot announce bans Pollr-style in a text channel named #bans . If Dogbot has access to the Audit Log, information from it is used to display the reason (if applicable) and the person responsible. |
|
log_all_message_events | Makes Dogbot log all message events, even in what Dogbot considers 'private channels' (channels that are not accessible by @everyone). |
The following pieces of text will be replaced in welcome_message
:
Text | Replaced with |
---|---|
%{mention} |
The mention of the user that joined |
%{user} |
name#discriminator of the user that joined |
%{server} |
The server name |
%{id} |
The ID of the user that joined |