feat: add attachment icon to reply card if referenced message has embeds
This commit is contained in:
parent
91213faa50
commit
d3682b94b2
@ -227,7 +227,7 @@ public class ProxyService
|
||||
|
||||
content.Append($"**[Reply to:]({jumpLink})** ");
|
||||
content.Append(msg);
|
||||
if (repliedTo.Attachments.Length > 0)
|
||||
if (repliedTo.Attachments.Length > 0 || repliedTo.Embeds.Length > 0)
|
||||
content.Append($" {Emojis.Paperclip}");
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user