예제 #1
0
def setup(bot: utils.Bot):
    x = EmbedMaker(bot)
    bot.add_cog(x)
예제 #2
0
def setup(bot: utils.Bot):
    x = MiscCommands(bot)
    bot.add_cog(x)
예제 #3
0
파일: big_ben.py 프로젝트: fadedmax/BigBen
def setup(bot: utils.Bot):
    x = BigBen(bot)
    bot.add_cog(x)
예제 #4
0
def setup(bot:utils.Bot):
    x = ModeratorOnly(bot)
    bot.add_cog(x)
예제 #5
0
def setup(bot: utils.Bot):
    x = Misc(bot)
    bot.add_cog(x)
예제 #6
0
def setup(bot: utils.Bot):
    x = PlantDisplayCommands(bot)
    bot.add_cog(x)
예제 #7
0
def setup(bot: utils.Bot):
    x = ItemHandler(bot)
    bot.add_cog(x)
예제 #8
0
def setup(bot: utils.Bot):
    x = Help(bot)
    bot.add_cog(x)
예제 #9
0
def setup(bot: utils.Bot):
    x = RedisHandler(bot)
    bot.add_cog(x)
예제 #10
0
def setup(bot: utils.Bot):
    x = Marriage(bot)
    bot.add_cog(x)
예제 #11
0
def setup(bot: utils.Bot):
    x = ProfileCreation(bot)
    bot.add_cog(x)
예제 #12
0
def setup(bot: utils.Bot):
    x = MessageHandler(bot)
    bot.add_cog(x)
예제 #13
0
def setup(bot: utils.Bot):
    x = SuggestionHandler(bot)
    bot.add_cog(x)
예제 #14
0
def setup(bot:utils.Bot):
    x = CommandEvent(bot)
    bot.add_cog(x)
예제 #15
0
def setup(bot: utils.Bot):
    x = OwnerOnly(bot)
    bot.add_cog(x)
예제 #16
0
def setup(bot: utils.Bot):
    x = BotSettings(bot)
    bot.add_cog(x)
예제 #17
0
def setup(bot:utils.Bot):
    x = CustomRoleHandler(bot)
    bot.add_cog(x)
예제 #18
0
def setup(bot: utils.Bot):
    x = ShopHandler(bot)
    bot.add_cog(x)
예제 #19
0
def setup(bot: utils.Bot):
    x = GuildCountPoster(bot)
    bot.add_cog(x)
예제 #20
0
def setup(bot: utils.Bot):
    x = InteractionCommands(bot)
    bot.add_cog(x)
예제 #21
0
def setup(bot:utils.Bot):
    x = ModerationCommands(bot)
    bot.add_cog(x)
예제 #22
0
def setup(bot: utils.Bot):
    x = InfractionHandler(bot)
    bot.add_cog(x)
예제 #23
0
def setup(bot: utils.Bot):
    x = ErrorHandler(bot)
    bot.add_cog(x)
예제 #24
0
def setup(bot: utils.Bot):
    x = FursonaCommands(bot)
    bot.add_cog(x)
예제 #25
0
파일: vc_logs.py 프로젝트: schlopp/Honey
def setup(bot: utils.Bot):
    x = VCLogs(bot)
    bot.add_cog(x)
예제 #26
0
파일: analytics.py 프로젝트: schlopp/Honey
def setup(bot: utils.Bot):
    x = Analytics(bot)
    bot.add_cog(x)
예제 #27
0
def setup(bot: utils.Bot):
    x = Simulation(bot)
    bot.add_cog(x)
예제 #28
0
def setup(bot:utils.Bot):
    x = GiveawayHandler(bot)
    bot.add_cog(x)