From e5005385928900f18428f5eb3cb60d037c290513 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Sat, 12 Feb 2022 10:47:30 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 8c4a430..e251a14 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -62,3 +62,10 @@ def commands_test_b(bot, trigger): bot.say("test b") bot.say("test b: %s" % trigger.raw) + + +@plugin.command('testc') +def commands_test_c(bot, trigger): + bot.say("test c") + + bot.say("test c: %s" % trigger.raw)