Beispiel #1
0
def setup(bot: commands.Cog):
    bot.add_cog(AutoCommands(bot))
Beispiel #2
0
def setup(bot: commands.Cog):
    bot.add_cog(MusicCommands(bot))
Beispiel #3
0
def setup(bot: commands.Cog):
	bot.add_cog(OtherCommands(bot))
Beispiel #4
0
def setup(client: commands.Cog) -> None:
    """ Cog's setup function. """

    client.add_cog(ImageManipulation(client))
Beispiel #5
0
def setup(bot: commands.Cog):
    bot.add_cog(APIBaseUserCommands(bot))
Beispiel #6
0
def setup(bot: commands.Cog):
    bot.add_cog(AdminCommands(bot))