diff --git a/yaboli/bot.py b/yaboli/bot.py index e162893..cffffa9 100644 --- a/yaboli/bot.py +++ b/yaboli/bot.py @@ -444,7 +444,7 @@ class Bot(): msg += "\n!{} - {}".format(command, helptext) msg += ("\n\nFor help on the command syntax, try: !help @{0} -s\n" - "For detailed help on a command, try: !help {0} ") + "For detailed help on a command, try: !help @{0} ") msg = msg.format(self.mentionable()) self.room.send_message(msg, parent=message.id)