diff options
author | 2019-12-22 23:26:54 +0100 | |
---|---|---|
committer | 2019-12-22 23:26:54 +0100 | |
commit | 92d6543525bcdda1bb1ecdf6c86a0dd3013b2dda (patch) | |
tree | ad726d4214912994f398ee4e517b65b4e7c8b1f0 | |
parent | Add ducky constants to make duckpond work (diff) |
Add ducky attributes to bot.constants
I have added attributes to the Emojis class in `bot.constants` for the newly added ducky emoji constants.
-rw-r--r-- | bot/constants.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 8815ab983..2c0e3b10b 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -270,6 +270,12 @@ class Emojis(metaclass=YAMLGetter): ducky_ninja: int ducky_devil: int ducky_tube: int + ducky_hunt: int + ducky_wizard: int + ducky_party: int + ducky_angel: int + ducky_maul: int + ducky_santa: int upvotes: str comments: str |