diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index b57c270..5423cef 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -18,7 +18,7 @@ def sb_nickname_command(bot, trigger): @prerun_nickname_command() -@plugin.nickname_command('far') +@plugin.nickname_command('fart') def sb_fart_command(bot, trigger): bot.say("Testing the bot") bot.say("Attributes: %s" % [x for x in dir(sb) if not x.startswith("__")])