This commit is contained in:
deathbybandaid 2022-02-09 12:55:03 -05:00
parent d56758e11e
commit 248bfb7262

View File

@ -21,6 +21,6 @@ def setup(bot):
@plugin.nickname_command('test') @plugin.nickname_command('test')
def test(bot, trigger): def test(bot, trigger):
bot.say("Testing the bot") bot.say("Testing the bot")
bot.say("Test #%s" % bot.sbcore.increment) bot.say("Test #%s" % dir(bot.sbcore))
bot.sbcore.increment += 1 # bot.sbcore.increment += 1