Example #1
0
def setup(bot: ArenaBot) -> None:
    """Add the cog to the bot"""
    bot.add_cog(Inventory(bot))
Example #2
0
def setup(bot: ArenaBot) -> None:
    """Add the cog to the bot"""
    bot.add_cog(Task(bot))
Example #3
0
def setup(bot: ArenaBot) -> None:
    """Add the cog"""
    bot.add_cog(Development(bot))