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