From 8b12b62217569c24b4093fa0a14e95a9b1bd20e1 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 23 May 2016 20:33:42 +0200 Subject: [PATCH] Fix spelling mistkae --- yaboli/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)