This commit is contained in:
deathbybandaid 2022-02-09 12:56:38 -05:00
parent 248bfb7262
commit 0a7edb0c3c

View File

@ -21,6 +21,6 @@ def setup(bot):
@plugin.nickname_command('test')
def test(bot, trigger):
bot.say("Testing the bot")
bot.say("Test #%s" % dir(bot.sbcore))
bot.say("Test #%s" % [x for x in dir(bot.sbcore) if not x.startswith("__")])
# bot.sbcore.increment += 1