Example #1
0
def setup(bot: vbu.Bot):
    x = UserPoints(bot)
    bot.add_cog(x)
Example #2
0
def setup(bot: vbu.Bot):
    x = MovieCommand(bot)
    bot.add_cog(x)
Example #3
0
def setup(bot: vbu.Bot):
    x = LibraryDocs(bot)
    bot.add_cog(x)
def setup(bot: vbu.Bot):
    x = NicknameHandler(bot)
    bot.add_cog(x)
Example #5
0
def setup(bot: vbu.Bot):
    x = StickerStealer(bot)
    bot.add_cog(x)
Example #6
0
def setup(bot: vbu.Bot):
    x = GamblingCommands(bot)
    bot.add_cog(x)
Example #7
0
def setup(bot: vbu.Bot):
    x = TimezoneInfo(bot)
    bot.add_cog(x)
Example #8
0
def setup(bot: vbu.Bot):
    x = MiscCommands(bot)
    bot.add_cog(x)
Example #9
0
def setup(bot: vbu.Bot):
    x = SteamCommand(bot)
    bot.add_cog(x)
Example #10
0
def setup(bot: vbu.Bot):
    x = GoogleCommands(bot)
    bot.add_cog(x)
Example #11
0
def setup(bot: vbu.Bot):
    x = RunescapeCommands(bot)
    bot.add_cog(x)
Example #12
0
def setup(bot: vbu.Bot):
    x = QuoteCommands(bot)
    bot.add_cog(x)
Example #13
0
def setup(bot: vbu.Bot):
    x = WolframAlpha(bot)
    bot.add_cog(x)
Example #14
0
def setup(bot: vbu.Bot):
    x = UserInfo(bot)
    bot.add_cog(x)
Example #15
0
def setup(bot: vbu.Bot):
    x = ScamBanner(bot)
    bot.add_cog(x)
Example #16
0
def setup(bot: vbu.Bot):
    x = PingCommand(bot)
    bot.add_cog(x)
Example #17
0
def setup(bot: vbu.Bot):
    x = ReplyCommand(bot)
    bot.add_cog(x)
Example #18
0
def setup(bot: vbu.Bot):
    x = CommandCounter(bot)
    bot.add_cog(x)
Example #19
0
def setup(bot: vbu.Bot):
    x = RolePicker(bot)
    bot.add_cog(x)
def setup(bot: vbu.Bot):
    x = TwitchFollowerUpdater(bot)
    bot.add_cog(x)
Example #21
0
def setup(bot: vbu.Bot):
    x = MeowChat(bot)
    bot.add_cog(x)
Example #22
0
def setup(bot: vbu.Bot):
    x = FAQHandler(bot)
    bot.add_cog(x)
Example #23
0
def setup(bot: vbu.Bot):
    x = EconomyCommands(bot)
    bot.add_cog(x)
def setup(bot: vbu.Bot):
    x = ReminderCommands(bot)
    bot.add_cog(x)