diff options
author | 2020-11-17 23:03:11 +0100 | |
---|---|---|
committer | 2020-11-17 23:03:11 +0100 | |
commit | 43e52d7102c2bf33186b527dc512566d08b0d1fd (patch) | |
tree | e5c5f0219fc7436877cc2d4ab9637fd304c762d7 | |
parent | Update help channel available message (diff) |
Add green-checkmark to bot constants
-rw-r--r-- | bot/constants.py | 2 | ||||
-rw-r--r-- | config-default.yml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 719895567..d2e88a744 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -355,6 +355,8 @@ class Icons(metaclass=YAMLGetter): voice_state_green: str voice_state_red: str + green_checkmark: str + class CleanMessages(metaclass=YAMLGetter): section = "bot" diff --git a/config-default.yml b/config-default.yml index cdcf914ce..30b607f94 100644 --- a/config-default.yml +++ b/config-default.yml @@ -120,6 +120,8 @@ style: voice_state_green: "https://cdn.discordapp.com/emojis/656899770094452754.png" voice_state_red: "https://cdn.discordapp.com/emojis/656899769905709076.png" + green_checkmark: "https://raw.githubusercontent.com/python-discord/branding/master/icons/checkmark/green-checkmark-dist.png" + guild: id: 267624335836053506 |