Skip to content

Commit

Permalink
Merge pull request #10 from Sheey11/fix/iss-9
Browse files Browse the repository at this point in the history
Fixed #9
  • Loading branch information
SinoAHpx committed Sep 20, 2021
2 parents 16a9d13 + 6f80ac2 commit eaa90c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mirai.Net/Data/Events/Concretes/Message/NudgeEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ public class NudgeEvent : EventBase

[JsonProperty("suffix")] public string Suffix { get; set; }

[JsonProperty("subject")] public NudgeSubject Subject { get; set; }

public override Events Type { get; set; } = Events.Nudged;

public class NudgeSubject
Expand Down

0 comments on commit eaa90c6

Please sign in to comment.