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()))