Example #1
0
def load(bot: Bot) -> None:
    bot.add_plugin(Events(bot))
Example #2
0
def load(bot: Bot) -> None:
    bot.add_plugin(Utils(bot))
Example #3
0
def load(bot: Bot) -> None:
    bot.add_plugin(Help(bot))
Example #4
0
def load(bot: Bot) -> None:
    bot.add_plugin(Admin(bot))
Example #5
0
def load(bot: Bot) -> None:
    bot.add_plugin(Config(bot))
Example #6
0
def load(bot: Bot) -> None:
    bot.add_plugin(Errors(bot))
Example #7
0
def load(bot: lightbulb.Bot):
    bot.add_plugin(SuperUser())