backport(Guild): add fetchVanityCode (#2871)

This commit is contained in:
SpaceEEC
2018-10-04 00:31:20 +02:00
committed by Isabella
parent 1e85887229
commit c6201ee41b
4 changed files with 27 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ const Endpoints = exports.Endpoints = {
roles: `${base}/roles`,
emojis: `${base}/emojis`,
search: `${base}/messages/search`,
vanityURL: `${base}/vanity-url`,
voiceRegions: `${base}/regions`,
webhooks: `${base}/webhooks`,
ack: `${base}/ack`,