Copy the message's timestamp into attachments

This commit is contained in:
Hein-Pieter van Braam-Stewart
2021-01-25 00:33:03 +01:00
parent e6b8c1a57f
commit 44fc931f28

1
bot.py
View File

@@ -209,6 +209,7 @@ class Bot:
"author_link": issue['html_url'],
"author_name": f"{repository.title()} [{issue_type}]: {issue['title']} #{issue['number']}",
"text": status,
"ts": msg['ts'],
})
if not len(links):