feat(handlers): add getAvailableVoiceRegions() (#425)

* add voice endpoint

* feat(handlers): add getVoiceRegions

* Update mod.ts

* remove breaking changes
This commit is contained in:
ITOH
2021-01-23 20:17:11 +01:00
committed by GitHub
parent 26f8321ee9
commit f6f435bb1f
3 changed files with 10 additions and 0 deletions
+2
View File
@@ -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,