Fix spelling mistkae
This commit is contained in:
parent
4defd70bbe
commit
8b12b62217
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue