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/help.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bot/help.py') diff --git a/bot/help.py b/bot/help.py index 3c0a460a..ccb7db7d 100644 --- a/bot/help.py +++ b/bot/help.py @@ -418,8 +418,7 @@ class HelpSession: else: title = self.title - # Original: embed.set_author(name=title, icon_url=constants.Icons.questionmark) - embed.set_author(name=title) + embed.set_author(name=title, icon_url=constants.Icons.questionmark) embed.description = self._pages[page_number] # add page counter to footer if paginating -- cgit v1.2.3