Fix detailed help message
This commit is contained in:
parent
086f2be721
commit
7550706798
1 changed files with 1 additions and 1 deletions
|
|
@ -429,7 +429,7 @@ class Bot():
|
||||||
command = command[1:]
|
command = command[1:]
|
||||||
|
|
||||||
if command in self.detailed_helptexts:
|
if command in self.detailed_helptexts:
|
||||||
msg = "Detailed help for !{}:".format(command)
|
msg = "Detailed help for !{}\n:".format(command)
|
||||||
msg += self.detailed_helptexts[command]
|
msg += self.detailed_helptexts[command]
|
||||||
else:
|
else:
|
||||||
msg = "No detailed help text found for !{}.".format(command)
|
msg = "No detailed help text found for !{}.".format(command)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue