Example #1
0
def setup(bot: utils.Bot):
    x = EmbedMaker(bot)
    bot.add_cog(x)
Example #2
0
def setup(bot: utils.Bot):
    x = MiscCommands(bot)
    bot.add_cog(x)
Example #3
0
def setup(bot: utils.Bot):
    x = BigBen(bot)
    bot.add_cog(x)
Example #4
0
def setup(bot:utils.Bot):
    x = ModeratorOnly(bot)
    bot.add_cog(x)
Example #5
0
def setup(bot: utils.Bot):
    x = Misc(bot)
    bot.add_cog(x)
Example #6
0
def setup(bot: utils.Bot):
    x = PlantDisplayCommands(bot)
    bot.add_cog(x)
Example #7
0
def setup(bot: utils.Bot):
    x = ItemHandler(bot)
    bot.add_cog(x)
Example #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)
Example #10
0
def setup(bot: utils.Bot):
    x = Marriage(bot)
    bot.add_cog(x)
Example #11
0
def setup(bot: utils.Bot):
    x = ProfileCreation(bot)
    bot.add_cog(x)
Example #12
0
def setup(bot: utils.Bot):
    x = MessageHandler(bot)
    bot.add_cog(x)
Example #13
0
def setup(bot: utils.Bot):
    x = SuggestionHandler(bot)
    bot.add_cog(x)
Example #14
0
def setup(bot:utils.Bot):
    x = CommandEvent(bot)
    bot.add_cog(x)
Example #15
0
def setup(bot: utils.Bot):
    x = OwnerOnly(bot)
    bot.add_cog(x)
Example #16
0
def setup(bot: utils.Bot):
    x = BotSettings(bot)
    bot.add_cog(x)
Example #17
0
def setup(bot:utils.Bot):
    x = CustomRoleHandler(bot)
    bot.add_cog(x)
Example #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)
Example #20
0
def setup(bot: utils.Bot):
    x = InteractionCommands(bot)
    bot.add_cog(x)
Example #21
0
def setup(bot:utils.Bot):
    x = ModerationCommands(bot)
    bot.add_cog(x)
Example #22
0
def setup(bot: utils.Bot):
    x = InfractionHandler(bot)
    bot.add_cog(x)
Example #23
0
def setup(bot: utils.Bot):
    x = ErrorHandler(bot)
    bot.add_cog(x)
Example #24
0
def setup(bot: utils.Bot):
    x = FursonaCommands(bot)
    bot.add_cog(x)
Example #25
0
def setup(bot: utils.Bot):
    x = VCLogs(bot)
    bot.add_cog(x)
Example #26
0
def setup(bot: utils.Bot):
    x = Analytics(bot)
    bot.add_cog(x)
Example #27
0
def setup(bot: utils.Bot):
    x = Simulation(bot)
    bot.add_cog(x)
Example #28
0
def setup(bot:utils.Bot):
    x = GiveawayHandler(bot)
    bot.add_cog(x)