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))