diff --git a/yaboli/bot.py b/yaboli/bot.py index b50350e..5efcf5d 100644 --- a/yaboli/bot.py +++ b/yaboli/bot.py @@ -429,7 +429,8 @@ class Bot(): command = command[1:] if command in self.detailed_helptexts: - msg = self.detailed_helptexts[command] + msg = "Detailed help for !{}:".format(command) + msg += self.detailed_helptexts[command] else: msg = "No detailed help text found for !{}.".format(command) if command in self.helptexts: