diff options
author | 2020-11-21 00:33:26 +0100 | |
---|---|---|
committer | 2020-11-21 00:35:47 +0100 | |
commit | 969beaf3e21407c08bbda1f6ec2f4e555728aa11 (patch) | |
tree | 7d33dc9b2b6c9dc3f81c8c41cd7edd8599ee3187 | |
parent | Update available help channel embed message (diff) |
Remove duplicate checkmark
- This removes a duplicate checkmark from the title of the embed
- The checkmark was left from the previous title system and wasn't removed in the change
-rw-r--r-- | bot/exts/help_channels.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/help_channels.py b/bot/exts/help_channels.py index 3643b8643..4b8679b8a 100644 --- a/bot/exts/help_channels.py +++ b/bot/exts/help_channels.py @@ -39,7 +39,7 @@ This channel will be dedicated to answering your question only. Others will try For more tips, check out our guide on **[asking good questions]({ASKING_GUIDE_URL})**. """ -AVAILABLE_TITLE = "✅ Available help channel" +AVAILABLE_TITLE = "Available help channel" AVAILABLE_FOOTER = f"Closes after {constants.HelpChannels.idle_minutes} minutes of inactivity or when you send !close." |