Exemple #1
0
def setup(bot: vbu.Bot):
    x = UserPoints(bot)
    bot.add_cog(x)
Exemple #2
0
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)
Exemple #5
0
def setup(bot: vbu.Bot):
    x = StickerStealer(bot)
    bot.add_cog(x)
Exemple #6
0
def setup(bot: vbu.Bot):
    x = GamblingCommands(bot)
    bot.add_cog(x)
Exemple #7
0
def setup(bot: vbu.Bot):
    x = TimezoneInfo(bot)
    bot.add_cog(x)
Exemple #8
0
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)
Exemple #11
0
def setup(bot: vbu.Bot):
    x = RunescapeCommands(bot)
    bot.add_cog(x)
Exemple #12
0
def setup(bot: vbu.Bot):
    x = QuoteCommands(bot)
    bot.add_cog(x)
def setup(bot: vbu.Bot):
    x = WolframAlpha(bot)
    bot.add_cog(x)
Exemple #14
0
def setup(bot: vbu.Bot):
    x = UserInfo(bot)
    bot.add_cog(x)
Exemple #15
0
def setup(bot: vbu.Bot):
    x = ScamBanner(bot)
    bot.add_cog(x)
Exemple #16
0
def setup(bot: vbu.Bot):
    x = PingCommand(bot)
    bot.add_cog(x)
Exemple #17
0
def setup(bot: vbu.Bot):
    x = ReplyCommand(bot)
    bot.add_cog(x)
Exemple #18
0
def setup(bot: vbu.Bot):
    x = CommandCounter(bot)
    bot.add_cog(x)
Exemple #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)
Exemple #21
0
def setup(bot: vbu.Bot):
    x = MeowChat(bot)
    bot.add_cog(x)
Exemple #22
0
def setup(bot: vbu.Bot):
    x = FAQHandler(bot)
    bot.add_cog(x)
Exemple #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)