mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
rewrite voice state handling
This commit is contained in:
@@ -83,6 +83,7 @@ module.exports = {
|
||||
UserConnection: require('./structures/UserConnection'),
|
||||
VoiceChannel: require('./structures/VoiceChannel'),
|
||||
VoiceRegion: require('./structures/VoiceRegion'),
|
||||
VoiceState: require('./structures/VoiceState'),
|
||||
Webhook: require('./structures/Webhook'),
|
||||
|
||||
WebSocket: require('./WebSocket'),
|
||||
|
||||
Reference in New Issue
Block a user