-
Notifications
You must be signed in to change notification settings - Fork 6
Configuration
sliceofcode edited this page Oct 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 |
---|---|---|
invisible_nag | Bugs people who talk 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_mod_log | Makes the bot send Pollr-style ban log entries 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). | |
shortlinks_enabled | Enables GitHub shortlinks. |
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 |