From 0603c5a557f0d4e68796eab94f314e323d44a057 Mon Sep 17 00:00:00 2001 From: Chisaku <77095583+chisaku-dev@users.noreply.github.com> Date: Wed, 16 Jun 2021 01:24:39 -0700 Subject: [PATCH] Fixing up inconsistencies --- cogs/example_plugin.pyexample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/example_plugin.pyexample b/cogs/example_plugin.pyexample index 3c81b8f..0a3b6a2 100644 --- a/cogs/example_plugin.pyexample +++ b/cogs/example_plugin.pyexample @@ -26,4 +26,4 @@ class General_Commands(commands.Cog); await message.channel.send(message) #again state what the category the bot will fit into e.g. General_Commands def setup(bot): - bot.add_cog(Utility(bot)) + bot.add_cog(General_Commands(bot))