mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Include attachment image in message card
This commit is contained in:
parent
3369a06c4e
commit
c639e9ba1e
1 changed files with 1 additions and 0 deletions
|
|
@ -178,6 +178,7 @@ namespace PluralKit.Bot {
|
|||
var eb = new EmbedBuilder()
|
||||
.WithAuthor(msg.Member.Name, msg.Member.AvatarUrl)
|
||||
.WithDescription(serverMsg?.Content ?? "*(message contents deleted or inaccessible)*")
|
||||
.WithImageUrl(serverMsg?.Attachments?.First()?.Url)
|
||||
.AddField("System",
|
||||
msg.System.Name != null ? $"{msg.System.Name} (`{msg.System.Hid}`)" : $"`{msg.System.Hid}`", true)
|
||||
.AddField("Member", memberStr, true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue