def setup(bot: vbu.Bot): x = UserPoints(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = MovieCommand(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = LibraryDocs(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = NicknameHandler(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = StickerStealer(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = GamblingCommands(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = TimezoneInfo(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = MiscCommands(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = SteamCommand(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = GoogleCommands(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = RunescapeCommands(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = QuoteCommands(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = WolframAlpha(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = UserInfo(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = ScamBanner(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = PingCommand(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = ReplyCommand(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = CommandCounter(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = RolePicker(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = TwitchFollowerUpdater(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = MeowChat(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = FAQHandler(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = EconomyCommands(bot) bot.add_cog(x)
def setup(bot: vbu.Bot): x = ReminderCommands(bot) bot.add_cog(x)