mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
feat(handlers): add Membership Screening (#449)
* feat(handlers): support membership screening feature * s
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user