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