diff options
author | 2021-04-05 17:16:52 +0100 | |
---|---|---|
committer | 2021-04-05 17:16:52 +0100 | |
commit | 2ad7b496c742d275d717b2de410caebdbeaa50d4 (patch) | |
tree | 01feb3a78770acfa3fc8ded258eb89307d06a3bb /bot/constants.py | |
parent | Don't close bot's http session when getting image (diff) |
Fetch member before modifying their pfp
We do this as the member cache may have an outdated version
of their pfp, which can lead to errors if it's removed from
the Discord CDN.
Co-authored-by: vcokltfre <[email protected]>
Diffstat (limited to 'bot/constants.py')
-rw-r--r-- | bot/constants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/constants.py b/bot/constants.py index 3ca2cda9..853ea340 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -165,6 +165,7 @@ class Colours: class Emojis: + cross_mark = "\u274C" star = "\u2B50" christmas_tree = "\U0001F384" check = "\u2611" |