mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-17 03:38:17 +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:
@@ -40,6 +40,7 @@ import {
|
||||
emojiURL,
|
||||
fetchMembers,
|
||||
getAuditLogs,
|
||||
getAvailableVoiceRegions,
|
||||
getBan,
|
||||
getBans,
|
||||
getChannel,
|
||||
@@ -171,6 +172,7 @@ export let handlers = {
|
||||
getGuildPreview,
|
||||
getGuildTemplate,
|
||||
getGuildTemplates,
|
||||
getAvailableVoiceRegions,
|
||||
getIntegrations,
|
||||
getInvites,
|
||||
getMember,
|
||||
|
||||
Reference in New Issue
Block a user