Update for the breaking change discord has made + v3 is cringe (#2951)
* update for the breaking change discord made + v3 is fucked * this could've bee a cool surprise 4 everyone
This commit is contained in:
@@ -211,7 +211,7 @@ namespace Discord.WebSocket
|
||||
}
|
||||
|
||||
if (model.InteractionMetadata.IsSpecified)
|
||||
InteractionMetadata = model.InteractionMetadata.Value.ToInteractionMetadata();
|
||||
InteractionMetadata = model.InteractionMetadata.Value.ToInteractionMetadata(Discord);
|
||||
|
||||
if (model.Poll.IsSpecified)
|
||||
Poll = model.Poll.Value.ToEntity();
|
||||
|
||||
Reference in New Issue
Block a user