Skip to content

Commit 90a130d

Browse files
committed
Add recipient id to logs footer
1 parent 53286ee commit 90a130d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cogs/modmail.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ def format_log_embeds(self, logs, avatar_url, title='Previous Logs'):
382382
em.add_field(name='Created by', value=f"<@{entry['creator']['id']}>")
383383
em.add_field(name='Preview', value=format_preview(entry['messages']), inline=False)
384384
em.add_field(name='Link', value=log_url)
385+
em.set_footer(text='Recipient ID: ' + str(entry['recipient']['id']))
385386

386387
embeds.append(em)
387388
return embeds

0 commit comments

Comments
 (0)