This commit is contained in:
deathbybandaid 2022-02-09 12:17:25 -05:00
parent 1ee88d7980
commit dd3d911443

View File

@ -33,4 +33,6 @@ def setup(bot):
def test(bot, trigger):
bot.say("Testing the bot")
bot.say("Loading SpiceBotCore from: %s" % SpiceBotCore_OBJ.script_dir)
bot.say("Test String: %s" % SpiceBotCore_OBJ.test)
bot.say("Test String = %s" % SpiceBotCore_OBJ.test)
SpiceBotCore_OBJ.test = "%s test B" % SpiceBotCore_OBJ.test