mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
feat(handlers): add getAvailableVoiceRegions() (#425)
* add voice endpoint * feat(handlers): add getVoiceRegions * Update mod.ts * remove breaking changes
This commit is contained in:
@@ -117,6 +117,9 @@ export const endpoints = {
|
||||
GUILD_TEMPLATES: (guildID: string) => `${GUILDS_BASE(guildID)}/templates`,
|
||||
GUILD_PREVIEW: (guildID: string) => `${GUILDS_BASE(guildID)}/preview`,
|
||||
|
||||
// Voice
|
||||
VOICE_REGIONS: `${baseEndpoints.BASE_URL}/voice/regions`,
|
||||
|
||||
INVITE: (inviteCode: string) =>
|
||||
`${baseEndpoints.BASE_URL}/invites/${inviteCode}`,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user