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