diff options
Diffstat (limited to 'tests/resources/guild_create_features.json')
| -rw-r--r-- | tests/resources/guild_create_features.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/tests/resources/guild_create_features.json b/tests/resources/guild_create_features.json new file mode 100644 index 0000000..c522d7f --- /dev/null +++ b/tests/resources/guild_create_features.json @@ -0,0 +1,32 @@ +{ + "voice_states": [], + "verification_level": 2, + "unavailable": false, + "system_channel_id": "9876543210", + "splash": "abc", + "roles": [], + "region": "us-east", + "presences": [], + "owner_id": "157203992353570816", + "name": "abcdefg, hijklmnop, qrs, tuv, wx, y and z, now i know my abc's, next time won't you sing with me", + "mfa_level": 0, + "members": [], + "member_count": 585, + "large": true, + "joined_at": "2017-01-15T04:31:06.080000+00:00", + "id": "0123456789", + "icon": "def", + "features": [ + "VIP_REGIONS", + "VERIFIED", + "VANITY_URL", + "INVITE_SPLASH" + ], + "explicit_content_filter": 0, + "emojis": [], + "default_message_notifications": 1, + "channels": [], + "application_id": null, + "afk_timeout": 300, + "afk_channel_id": null +} |