예제 #1
0
def setup(bot: commands.Bot):
    bot.add_cog(ReactRole(bot))
예제 #2
0
def setup(bot: commands.Bot):
    bot.add_cog(General(bot))
예제 #3
0
def setup(bot: commands.Bot):
    bot.add_cog(Rules(bot))
예제 #4
0
def setup(bot: commands.Bot):
    bot.add_cog(Verify(bot))
예제 #5
0
def setup(bot: commands.Bot):
    bot.add_cog(Mod(bot))
예제 #6
0
def setup(bot: commands.Bot):
    bot.add_cog(countries(bot))
예제 #7
0
def setup(bot: commands.Bot):
    bot.add_cog(Faceit(bot))
예제 #8
0
def setup(bot: commands.Bot):
    bot.add_cog(youtube_notify(bot))
예제 #9
0
파일: numbers.py 프로젝트: Tekofx/furbot
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
예제 #11
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(MessageEvents(bot))
def setup(bot: commands.Bot):
    bot.add_cog(HelpCog(bot))
예제 #13
0
def setup(bot: commands.Bot):
    bot.add_cog(Proxy(bot))
예제 #14
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Search(bot))
예제 #15
0
def setup(bot: commands.Bot):
    bot.add_cog(ActivityCog(bot))
예제 #16
0
def setup(bot: commands.Bot):
    bot.add_cog(animal(bot))
예제 #17
0
def setup(bot: commands.Bot):
    bot.add_cog(wordle(bot))
예제 #18
0
파일: Voice.py 프로젝트: ginop-1/trial_bot
def setup(bot: commands.Bot):
    bot.add_cog(VoiceCog(bot))
예제 #19
0
def setup(bot: commands.Bot):
    bot.add_cog(Shortener(bot))
예제 #20
0
def setup(bot: commands.Bot):
    bot.add_cog(Music(bot))
예제 #21
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Event())
예제 #22
0
def setup(bot: commands.Bot):
    bot.add_cog(Invite(bot))
예제 #23
0
def setup(bot: commands.Bot):
    bot.add_cog(Random(bot))
예제 #24
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Utility())
예제 #25
0
def setup(bot: commands.Bot) -> None:
    bot.add_cog(Game(bot))
예제 #26
0
파일: fun.py 프로젝트: reactxsw/Smilewinbot
def setup(bot: commands.Bot):
    bot.add_cog(Fun(bot))
예제 #27
0
def setup(bot: commands.Bot):
    bot.add_cog(tasks(bot))
예제 #28
0
파일: stickers.py 프로젝트: Tekofx/furbot
def setup(bot: commands.Bot):
    bot.add_cog(stickers(bot))
예제 #29
0
def setup(bot: commands.Bot):
    bot.add_cog(MakeImage(bot))
예제 #30
0
def setup(bot: commands.Bot):
    bot.add_cog(Ping(bot))