Exemplo n.º 1
0
def setup(bot: Life) -> None:
    bot.add_cog(Todo(bot))
Exemplo n.º 2
0
def setup(bot: Life) -> None:
    bot.add_cog(Dev(bot=bot))
Exemplo n.º 3
0
def setup(bot: Life) -> None:
    bot.add_cog(Reminders(bot=bot))
Exemplo n.º 4
0
def setup(bot: Life) -> None:
    bot.add_cog(Voice(bot=bot))
Exemplo n.º 5
0
def setup(bot: Life) -> None:
    bot.add_cog(Tags(bot=bot))
Exemplo n.º 6
0
def setup(bot: Life) -> None:
    bot.add_cog(Settings(bot=bot))
Exemplo n.º 7
0
def setup(bot: Life) -> None:
    bot.add_cog(Colours(bot=bot))
Exemplo n.º 8
0
def setup(bot: Life) -> None:
    bot.add_cog(Economy(bot=bot))
Exemplo n.º 9
0
def setup(bot: Life):
    bot.add_cog(HotReload(bot=bot))
Exemplo n.º 10
0
def setup(bot: Life):
    bot.add_cog(IPC(bot=bot))
Exemplo n.º 11
0
def setup(bot: Life) -> None:
    bot.add_cog(Images(bot))
Exemplo n.º 12
0
def setup(bot: Life) -> None:
    bot.add_cog(Birthdays(bot=bot))
Exemplo n.º 13
0
def setup(bot: Life) -> None:
    bot.add_cog(SystemCollapse(bot=bot))
Exemplo n.º 14
0
def setup(bot: Life) -> None:
    bot.add_cog(Information(bot=bot))
Exemplo n.º 15
0
def setup(bot: Life) -> None:
    bot.add_cog(Events(bot=bot))
Exemplo n.º 16
0
def setup(bot: Life) -> None:
    bot.add_cog(Fun(bot=bot))