diff options
| author | 2018-07-22 12:15:09 +0200 | |
|---|---|---|
| committer | 2018-07-22 12:15:09 +0200 | |
| commit | d321962d0d966bd9b77c05a89fcc2862a6e98a01 (patch) | |
| tree | 005b7998550323323fbba528cb978b9657f33aa7 /config-default.yml | |
| parent | Completed clean cog (diff) | |
Moving constants into the yaml, fixing feedback from gdudes review.
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/config-default.yml b/config-default.yml index 118ba165d..d55a50d57 100644 --- a/config-default.yml +++ b/config-default.yml @@ -6,12 +6,23 @@ bot: # Per channel, per tag. tags: 60 + clean: + # Maximum number of messages to traverse for clean commands + message_limit: 10000 + + +style: + colours: + soft_red: 0xcd6d6d + soft_green: 0x68c290 + emojis: green_chevron: "<:greenchevron:418104310329769993>" red_chevron: "<:redchevron:418112778184818698>" white_chevron: "<:whitechevron:418110396973711363>" lemoneye2: "<:lemoneye2:435193765582340098>" + bullet: "\u2022" pencil: "\u270F" new: "\U0001F195" @@ -37,10 +48,6 @@ bot: user_unban: "https://cdn.discordapp.com/emojis/469952898692808704.png" user_update: "https://cdn.discordapp.com/emojis/469952898684551168.png" - clean: - # Maximum number of messages to traverse for clean commands - message_limit: 10000 - guild: id: 267624335836053506 |