示例#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
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)
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)
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
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)