diff options
Diffstat (limited to 'tests/resources/guild_system_channel_id_missing.json')
| -rw-r--r-- | tests/resources/guild_system_channel_id_missing.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/resources/guild_system_channel_id_missing.json b/tests/resources/guild_system_channel_id_missing.json new file mode 100644 index 0000000..be5c89d --- /dev/null +++ b/tests/resources/guild_system_channel_id_missing.json @@ -0,0 +1,23 @@ +{ + "id": "244567637332328449", + "name": "testtest", + "icon": "3af6e2ebf46e85158a5fbc1a4f934bd6", + "owner_id": "114941315417899012", + "region": "us-east", + "afk_timeout": 60, + "verification_level": 2, + "roles": [], + "emojis": [], + "features": [], + "large": false, + "voice_states": [], + "unavailable": false, + "member_count": 1337, + "members": [], + "channels": [], + "presences": [], + "default_message_notifications": 1, + "explicit_content_filter": 0, + "joined_at": "2017-12-12T00:10:08.769400+00:00", + "mfa_level": 0 +} |