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