update
This commit is contained in:
@@ -18,7 +18,7 @@ def task_help():
|
||||
|
||||
message = "# Tasks for this week\n"
|
||||
for task in data:
|
||||
message += "- {} ({}): {}\n".format(task["Name"], task["Value"], task["Description"])
|
||||
message += "- **{}** (*{}*): {}\n".format(task["Name"], task["Value"], task["Description"])
|
||||
|
||||
return message
|
||||
|
||||
|
||||
Reference in New Issue
Block a user