def setup(bot: BOTCBot): """Set the cog up.""" bot.add_cog(Debug(bot))
def setup(bot: BOTCBot): """Set the cog up.""" bot.add_cog(Events(bot))
def setup(bot: BOTCBot): """Set the cog up.""" bot.add_cog(PreferenceManagement(bot))
def setup(bot: BOTCBot): """Set the cog up.""" bot.add_cog(ScriptManagement(bot))
def setup(bot: BOTCBot): """Set the cog up.""" bot.add_cog(Info(bot))