This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
OctobotStealth/src/Responders
Octol1ttle 0bf61ecf39
Add a JSON deserialization constructor for ScheduledEventData (#92)
This PR fixes an exception that would occur when deserialization of
ScheduledEventData would be attempted. The exception is fixed by
providing a constructor containing all properties and adding the
`[JsonConstructor]` attribute.

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-08-15 05:23:58 +00:00
..
GuildLoadedResponder.cs Add a JSON deserialization constructor for ScheduledEventData (#92) 2023-08-15 05:23:58 +00:00
GuildMemberJoinedResponder.cs Backfill member data when a guild is loaded or a new member joins it (#77) 2023-08-04 13:52:54 +00:00
GuildMemberRolesUpdatedResponder.cs Add a new .editorconfig and reformat code (#76) 2023-08-02 20:51:16 +00:00
MessageDeletedResponder.cs Add a new .editorconfig and reformat code (#76) 2023-08-02 20:51:16 +00:00
MessageEditedResponder.cs Add a new .editorconfig and reformat code (#76) 2023-08-02 20:51:16 +00:00
MessageReceivedResponder.cs Add a new .editorconfig and reformat code (#76) 2023-08-02 20:51:16 +00:00
ScheduledEventCreatedResponder.cs Add a JSON deserialization constructor for ScheduledEventData (#92) 2023-08-15 05:23:58 +00:00
ScheduledEventUpdatedResponder.cs Fix various issues with ScheduledEventUpdateService (#89) 2023-08-14 13:24:22 +00:00