This commit is contained in:
deathbybandaid 2022-02-10 14:06:14 -05:00
parent 3ad24c1318
commit f965a682f8

View File

@ -32,7 +32,7 @@ def sopel_nickname_commands(bot, trigger):
@prerun_nickname_command() @prerun_nickname_command()
@plugin.nickname_command('actio_commands') @plugin.nickname_command('action_commands')
def sopel_action_commands(bot, trigger): def sopel_action_commands(bot, trigger):
bot.say(str(sb.commands.action_nickname_commands)) bot.say(str(sb.commands.sopel_action_commands))