Exemplo n.º 1
0
def setup(bot: vbu.Bot):
    x = UserPoints(bot)
    bot.add_cog(x)
Exemplo n.º 2
0
def setup(bot: vbu.Bot):
    x = MovieCommand(bot)
    bot.add_cog(x)
Exemplo n.º 3
0
def setup(bot: vbu.Bot):
    x = LibraryDocs(bot)
    bot.add_cog(x)
Exemplo n.º 4
0
def setup(bot: vbu.Bot):
    x = NicknameHandler(bot)
    bot.add_cog(x)
Exemplo n.º 5
0
def setup(bot: vbu.Bot):
    x = StickerStealer(bot)
    bot.add_cog(x)
Exemplo n.º 6
0
def setup(bot: vbu.Bot):
    x = GamblingCommands(bot)
    bot.add_cog(x)
Exemplo n.º 7
0
def setup(bot: vbu.Bot):
    x = TimezoneInfo(bot)
    bot.add_cog(x)
Exemplo n.º 8
0
def setup(bot: vbu.Bot):
    x = MiscCommands(bot)
    bot.add_cog(x)
Exemplo n.º 9
0
def setup(bot: vbu.Bot):
    x = SteamCommand(bot)
    bot.add_cog(x)
Exemplo n.º 10
0
def setup(bot: vbu.Bot):
    x = GoogleCommands(bot)
    bot.add_cog(x)
Exemplo n.º 11
0
def setup(bot: vbu.Bot):
    x = RunescapeCommands(bot)
    bot.add_cog(x)
Exemplo n.º 12
0
def setup(bot: vbu.Bot):
    x = QuoteCommands(bot)
    bot.add_cog(x)
Exemplo n.º 13
0
def setup(bot: vbu.Bot):
    x = WolframAlpha(bot)
    bot.add_cog(x)
Exemplo n.º 14
0
def setup(bot: vbu.Bot):
    x = UserInfo(bot)
    bot.add_cog(x)
Exemplo n.º 15
0
def setup(bot: vbu.Bot):
    x = ScamBanner(bot)
    bot.add_cog(x)
Exemplo n.º 16
0
def setup(bot: vbu.Bot):
    x = PingCommand(bot)
    bot.add_cog(x)
Exemplo n.º 17
0
def setup(bot: vbu.Bot):
    x = ReplyCommand(bot)
    bot.add_cog(x)
Exemplo n.º 18
0
def setup(bot: vbu.Bot):
    x = CommandCounter(bot)
    bot.add_cog(x)
Exemplo n.º 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)
Exemplo n.º 21
0
def setup(bot: vbu.Bot):
    x = MeowChat(bot)
    bot.add_cog(x)
Exemplo n.º 22
0
def setup(bot: vbu.Bot):
    x = FAQHandler(bot)
    bot.add_cog(x)
Exemplo n.º 23
0
def setup(bot: vbu.Bot):
    x = EconomyCommands(bot)
    bot.add_cog(x)
Exemplo n.º 24
0
def setup(bot: vbu.Bot):
    x = ReminderCommands(bot)
    bot.add_cog(x)