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