Example #1
0
def setup(bot: Shinobu):
    bot.add_cog(Shop())
Example #2
0
def setup(bot: Shinobu):
    bot.add_cog(Economy(bot))
Example #3
0
def setup(bot: Shinobu):
    bot.add_cog(Trade())
Example #4
0
def setup(bot: Shinobu):
    bot.add_cog(MyAnimeList())
Example #5
0
def setup(bot: Shinobu):
    bot.add_cog(Booru())
def setup(bot: shinobu.Shinobu):
    bot.add_cog(CallNotification())
Example #7
0
def setup(bot: shinobu.Shinobu):
    bot.add_cog(Misc())