From e8c55ac2a983441e6257aa05bb13bf2af5e235b3 Mon Sep 17 00:00:00 2001 From: Luna Date: Fri, 15 Mar 2019 16:17:18 -0300 Subject: [PATCH] docs/admin_api.md: add supported features --- docs/admin_api.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/admin_api.md b/docs/admin_api.md index c2724a6..4dc8863 100644 --- a/docs/admin_api.md +++ b/docs/admin_api.md @@ -54,6 +54,19 @@ Returns a partial guild object. ## Guild features +The currently supported features are: + - `INVITE_SPLASH`, allows custom images to be put for invites. + - `VIP_REGIONS`, allows a guild to use voice regions marked as VIP. + - `VANITY_URL`, allows a custom invite URL to be used. + - `MORE_EMOJI`, bumps the emoji limit from 50 to 200 (applies to static and + animated emoji). + - `VERIFIED`, adds a verified badge and a guild banner being shown on the + top of the channel list. + +Features that are not planned to be implemented: + - `COMMERCE` + - `NEWS` + ### PATCH `/guilds//features` Patch the entire features list. Returns the new feature list following the same