From f965a682f87867437f6ef35b2861ec9cdaa16a6d Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 10 Feb 2022 14:06:14 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index f277421..63b2093 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -32,7 +32,7 @@ def sopel_nickname_commands(bot, trigger): @prerun_nickname_command() -@plugin.nickname_command('actio_commands') +@plugin.nickname_command('action_commands') def sopel_action_commands(bot, trigger): - bot.say(str(sb.commands.action_nickname_commands)) + bot.say(str(sb.commands.sopel_action_commands))