aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/guild_system_channel_id_missing.json
Commit message (Collapse)AuthorAgeFilesLines
* Fix `Guild` deser without `system_channel_id`Zeyla Hellyer2017-12-171-0/+23
Fix the deserialization of `model::guild::Guild` when `Guild::system_channel_id` is not present. Additionally, add a test case for this.