diff --git a/PluralKit.Bot/Proxy/ProxyService.cs b/PluralKit.Bot/Proxy/ProxyService.cs index 113f3ffd..add74fbc 100644 --- a/PluralKit.Bot/Proxy/ProxyService.cs +++ b/PluralKit.Bot/Proxy/ProxyService.cs @@ -281,7 +281,8 @@ public class ProxyService FileSizeLimit = guild.FileSizeLimit(), Embeds = mangledEmbeds, Stickers = originalMsg.StickerItems!, - AllowEveryone = allowEveryone + AllowEveryone = allowEveryone, + Flags = originalMsg.Flags.HasFlag(Message.MessageFlags.VoiceMessage) ? Message.MessageFlags.VoiceMessage : null, });