Skip to content

Commit

Permalink
Fixing up inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac-To committed Jun 16, 2021
1 parent 68ba721 commit 0603c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/example_plugin.pyexample
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 0603c5a

Please sign in to comment.