feat(handlers): add Membership Screening (#449)

* feat(handlers): support membership screening feature

* s
This commit is contained in:
Ayyan
2021-01-26 19:20:06 +04:00
committed by GitHub
parent 9e389981aa
commit 6599636dbc
3 changed files with 99 additions and 1 deletions
+2
View File
@@ -116,6 +116,8 @@ export const endpoints = {
`${baseEndpoints.BASE_URL}/guilds/templates/${code}`,
GUILD_TEMPLATES: (guildID: string) => `${GUILDS_BASE(guildID)}/templates`,
GUILD_PREVIEW: (guildID: string) => `${GUILDS_BASE(guildID)}/preview`,
GUILD_MEMBER_VERIFICATION: (guildID: string) =>
`${GUILDS_BASE(guildID)}/member-verification`,
// Voice
VOICE_REGIONS: `${baseEndpoints.BASE_URL}/voice/regions`,