예제 #1
0
def setup(bot: Bot):
    bot.add_cog(Api(bot))
예제 #2
0
def setup(bot: Bot):
    bot.add_cog(Admin(bot))
예제 #3
0
def setup(bot: Bot):
    bot.add_cog(Management(bot))
예제 #4
0
def setup(bot: Bot) -> None:
    bot.add_cog(MainCog(bot))
    print("    Main cog!")
예제 #5
0
def setup(bot: Bot) -> None:
    bot.add_cog(MessagesCog(bot))
    print("    Messages cog!")
예제 #6
0
def setup(bot: Bot) -> None:
    bot.add_cog(AdminCog(bot))
    print("    Admin cog!")
예제 #7
0
def setup(bot: Bot) -> None:
    bot.add_cog(ListingCog(bot))
    print("    Listing cog!")
예제 #8
0
def setup(bot: Bot) -> None:
    logic_functions = LogicFunctions(bot)
    bot.add_cog(SetupCog(bot, logic_functions))
    bot.add_cog(SetupCogSlash(bot, logic_functions))
    print("    Setup cog!")
예제 #9
0
def setup(bot: Bot):
    bot.add_cog(Analytics(bot))
예제 #10
0
def setup(bot: Bot):
    bot.add_cog(Enforcement(bot))
예제 #11
0
def setup(bot: Bot):
    bot.add_cog(Queue(bot))
예제 #12
0
def setup(bot: Bot):
    bot.add_cog(Verification(bot))
예제 #13
0
def setup(bot: Bot) -> None:
    bot.add_cog(ComponentChecking(bot))
    print("    Listing cog!")