Exemplo n.º 1
0
def setup(bot: Bot):
    """Events"""
    bot.add_cog(Events(bot))
Exemplo n.º 2
0
def setup(bot: Bot):
    """ModLogs"""
    bot.add_cog(ModLogs(bot))
Exemplo n.º 3
0
def setup(bot: Bot):
    """AdvanceWars"""
    bot.add_cog(AdvanceWars(bot))
Exemplo n.º 4
0
def setup(bot: Bot):
    bot.add_cog(Events(bot))
Exemplo n.º 5
0
def setup(bot: Bot):
    """Poll"""
    bot.add_cog(Poll(bot))
Exemplo n.º 6
0
def setup(bot: Bot):
    bot.add_cog(BlacklistCommands(bot))
Exemplo n.º 7
0
def setup(bot: Bot):
    """Admin"""
    bot.add_cog(Admin(bot))
Exemplo n.º 8
0
def setup(bot: Bot):
    """CogName"""
    bot.add_cog(GitHub(bot))
Exemplo n.º 9
0
def setup(bot: Bot):
    bot.add_cog(REPL(bot))
Exemplo n.º 10
0
def setup(bot: Bot):
    bot.add_cog(ClosetCommands(bot))
Exemplo n.º 11
0
def setup(bot: Bot):
    bot.add_cog(VanityCommands(bot))
Exemplo n.º 12
0
def setup(bot: Bot):
    bot.add_cog(ModerationCommands(bot))
Exemplo n.º 13
0
def setup(bot: Bot):
    """Timer"""
    bot.add_cog(Timer(bot))
Exemplo n.º 14
0
def setup(bot: Bot):
    bot.add_cog(MiscCommands(bot))
Exemplo n.º 15
0
def setup(bot: Bot):
    """Help"""
    bot.add_cog(Help(bot))
Exemplo n.º 16
0
def setup(bot: Bot):
    """REPL"""
    bot.add_cog(REPL(bot))
Exemplo n.º 17
0
def setup(bot: Bot):
    """ConnectFour"""
    bot.add_cog(ConnectFour(bot))
Exemplo n.º 18
0
def setup(bot: Bot):
    """Player"""
    bot.add_cog(Player(bot))
Exemplo n.º 19
0
def setup(bot: Bot):
    """SelfRoles"""
    bot.add_cog(SelfRoles(bot))
Exemplo n.º 20
0
def setup(bot: Bot):
    """Moderation"""
    bot.add_cog(Moderation(bot))
Exemplo n.º 21
0
def setup(bot: Bot):
    bot.add_cog(BackgroundTasks(bot))
Exemplo n.º 22
0
def setup(bot: Bot) -> None:
    """REPL"""
    bot.add_cog(REPL(bot))