Fix spelling mistkae

This commit is contained in:
Joscha 2016-05-23 20:33:42 +02:00
parent 4defd70bbe
commit 8b12b62217

View file

@ -444,7 +444,7 @@ class Bot():
msg += "\n!{} - {}".format(command, helptext) msg += "\n!{} - {}".format(command, helptext)
msg += ("\n\nFor help on the command syntax, try: !help @{0} -s\n" msg += ("\n\nFor help on the command syntax, try: !help @{0} -s\n"
"For detailed help on a command, try: !help {0} <command>") "For detailed help on a command, try: !help @{0} <command>")
msg = msg.format(self.mentionable()) msg = msg.format(self.mentionable())
self.room.send_message(msg, parent=message.id) self.room.send_message(msg, parent=message.id)