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