diff --git a/src/main.py b/src/main.py index db2001c..c03da6a 100644 --- a/src/main.py +++ b/src/main.py @@ -64,7 +64,7 @@ class Client(commands.Bot): self.web.cancel() await super().close() -bot = commands.Bot( +bot = Client( command_prefix=commands.when_mentioned_or("h!", "H!"), case_insensitive=True, strip_after_prefix=True,