feature: Support FailIfNotExists on MessageReference (#2283)
Fixes #2282
This commit is contained in:
@@ -182,7 +182,8 @@ namespace Discord.WebSocket
|
||||
{
|
||||
GuildId = model.Reference.Value.GuildId,
|
||||
InternalChannelId = model.Reference.Value.ChannelId,
|
||||
MessageId = model.Reference.Value.MessageId
|
||||
MessageId = model.Reference.Value.MessageId,
|
||||
FailIfNotExists = model.Reference.Value.FailIfNotExists
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user