From 525e55f24606cce38df20712e10a1c25f9ad3c98 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 13:29:45 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 5423cef..4d0bd77 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -25,3 +25,5 @@ def sb_fart_command(bot, trigger): bot.say("%s" % sb.versions.dict) sb.osd("test", trigger.sender) + + bot.say(str(bot.get_all_nick_commands()))