Fix detailed help message

This commit is contained in:
Joscha 2016-05-24 19:50:51 +02:00
parent 086f2be721
commit 7550706798

View file

@ -429,7 +429,7 @@ class Bot():
command = command[1:]
if command in self.detailed_helptexts:
msg = "Detailed help for !{}:".format(command)
msg = "Detailed help for !{}\n:".format(command)
msg += self.detailed_helptexts[command]
else:
msg = "No detailed help text found for !{}.".format(command)