Esempio n. 1
0
def setup(bot: commands.Bot):
    bot.add_cog(Ping(bot))
Esempio n. 2
0
def setup(bot: commands.Bot):
    bot.add_cog(General(bot))
Esempio n. 3
0
def setup(bot: commands.Bot):
    bot.add_cog(Rules(bot))
Esempio n. 4
0
def setup(bot: commands.Bot):
    bot.add_cog(Verify(bot))
Esempio n. 5
0
def setup(bot: commands.Bot):
    bot.add_cog(Mod(bot))
Esempio n. 6
0
def setup(bot: commands.Bot):
    bot.add_cog(countries(bot))
Esempio n. 7
0
def setup(bot: commands.Bot):
    bot.add_cog(Faceit(bot))
Esempio n. 8
0
def setup(bot: commands.Bot):
    bot.add_cog(youtube_notify(bot))
Esempio n. 9
0
def setup(bot: commands.Bot):
    bot.add_cog(numbers(bot))
def setup(bot: commands.Bot):
    bot.add_cog(HelpCog(bot))
Esempio n. 11
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(MessageEvents(bot))
Esempio n. 12
0
def setup(bot: commands.Bot):
    bot.add_cog(Proxy(bot))
Esempio n. 13
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Search(bot))
Esempio n. 14
0
def setup(bot: commands.Bot):
    bot.add_cog(ReactRole(bot))
Esempio n. 15
0
def setup(bot: commands.Bot):
    bot.add_cog(ActivityCog(bot))
Esempio n. 16
0
def setup(bot: commands.Bot):
    bot.add_cog(animal(bot))
Esempio n. 17
0
def setup(bot: commands.Bot):
    bot.add_cog(wordle(bot))
Esempio n. 18
0
def setup(bot: commands.Bot):
    bot.add_cog(VoiceCog(bot))
Esempio n. 19
0
def setup(bot: commands.Bot):
    bot.add_cog(Shortener(bot))
Esempio n. 20
0
def setup(bot: commands.Bot):
    bot.add_cog(Music(bot))
Esempio n. 21
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Event())
Esempio n. 22
0
def setup(bot: commands.Bot):
    bot.add_cog(Invite(bot))
Esempio n. 23
0
def setup(bot: commands.Bot):
    bot.add_cog(Random(bot))
Esempio n. 24
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Utility())
Esempio n. 25
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Game(bot))
Esempio n. 26
0
def setup(bot: commands.Bot):
    bot.add_cog(Fun(bot))
Esempio n. 27
0
def setup(bot: commands.Bot):
    bot.add_cog(tasks(bot))
Esempio n. 28
0
def setup(bot: commands.Bot):
    bot.add_cog(stickers(bot))
Esempio n. 29
0
def setup(bot: commands.Bot):
    bot.add_cog(MakeImage(bot))
Esempio n. 30
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(ClientEvents(bot))