From 89c5996af883c99255620002cd5160dfb45f4e85 Mon Sep 17 00:00:00 2001 From: ks123 Date: Tue, 10 Mar 2020 19:07:44 +0200 Subject: (Help): Added `Icons` class to constant, added `questionmark` to there, reverted icon removal in `.help` command. --- bot/constants.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot/constants.py') diff --git a/bot/constants.py b/bot/constants.py index f0656926..256dc40c 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -104,6 +104,10 @@ class Emojis: merge = "<:PRMerged:629695470570176522>" +class Icons: + questionmark = "https://cdn.discordapp.com/emojis/512367613339369475.png" + + class Lovefest: role_id = int(environ.get("LOVEFEST_ROLE_ID", 542431903886606399)) -- cgit v1.2.3