From c6e8b792550b87f3a611ad356991f89a2e93960f Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 16:21:34 -0500 Subject: [PATCH] test --- SpiceBot/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index 868adf5..7054507 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -25,3 +25,5 @@ def sb_nickname_command(bot, trigger): bot.say("Testing the bot") bot.say("Attributes: %s" % [x for x in dir(sbcore) if not x.startswith("__")]) bot.say("%s" % sbcore.versions.dict) + + sbcore.osd("test")