From 053bf8b5fe3d62908e0330cae116e90d665ac555 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sun, 6 Apr 2025 12:20:08 +0700 Subject: [PATCH] Cog fixes kms --- commands/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/basic.py b/commands/basic.py index 302fa7d..cdd21bd 100644 --- a/commands/basic.py +++ b/commands/basic.py @@ -18,4 +18,4 @@ class Main(): def setup(bot): - Main(bot) \ No newline at end of file + bot.add_cog(Main(bot)) \ No newline at end of file