From db50c379bbe70acc93ed4c740895773f937bde88 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Wed, 10 Jan 2024 09:47:37 +0000 Subject: [PATCH] custom client time omg --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,