mirror of
https://github.com/godotengine/issue-bot.git
synced 2025-12-31 05:48:38 +03:00
Small clarity fixes
This commit is contained in:
3
bot.py
3
bot.py
@@ -278,12 +278,13 @@ class Bot:
|
||||
for link in links:
|
||||
link['ts'] = msg['ts'],
|
||||
|
||||
# Deduplicate links
|
||||
[msg['attachments'].append(x) for x in links if x not in msg['attachments']]
|
||||
|
||||
update_msg = {
|
||||
"msg": "method",
|
||||
"method": "updateMessage",
|
||||
"id": "blah",
|
||||
"id": "update-message",
|
||||
"params": [ msg ]
|
||||
}
|
||||
self.send(update_msg)
|
||||
|
||||
Reference in New Issue
Block a user