From a1f088f19bdcb4b92714c341099b3f031a861beb Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 13:31:42 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 4d0bd77..2d5bc55 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -26,4 +26,4 @@ def sb_fart_command(bot, trigger): sb.osd("test", trigger.sender) - bot.say(str(bot.get_all_nick_commands())) + bot.say(str(bot.rules.get_all_nick_commands()))