aboutsummaryrefslogtreecommitdiffstats
path: root/bot/constants.py
diff options
context:
space:
mode:
authorGravatar Chris <[email protected]>2021-04-05 17:16:52 +0100
committerGravatar Chris <[email protected]>2021-04-05 17:16:52 +0100
commit2ad7b496c742d275d717b2de410caebdbeaa50d4 (patch)
tree01feb3a78770acfa3fc8ded258eb89307d06a3bb /bot/constants.py
parentDon'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.py1
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"