From 0a7edb0c3c7d0b58f40525cc1f9d920bc16ebe1b Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 9 Feb 2022 12:56:38 -0500 Subject: [PATCH] test --- SpiceBot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpiceBot/__init__.py b/SpiceBot/__init__.py index 5ad7106..a295ebf 100644 --- a/SpiceBot/__init__.py +++ b/SpiceBot/__init__.py @@ -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