From fb1653c8ff601ae8fbf8480b09cf2442e65a75ec Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Wed, 30 Sep 2020 13:31:41 +0200 Subject: Added type hints to look smart --- cogs/general.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cogs/general.py') diff --git a/cogs/general.py b/cogs/general.py index 0ad808a..c772f58 100755 --- a/cogs/general.py +++ b/cogs/general.py @@ -387,7 +387,7 @@ class MyHelpCommand(commands.MinimalHelpCommand): def get_command_signature(self, command): return f"``{self.clean_prefix}{command.qualified_name} {command.signature}``" - def get_ending_note(self): + def get_ending_note(self) -> str: return self.messages[randint(0, len(self.messages) - 1)] -- cgit v1.2.3