mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
Remove even more stuff from web dists
This commit is contained in:
@@ -256,6 +256,7 @@ class Guild {
|
||||
* @readonly
|
||||
*/
|
||||
get voiceConnection() {
|
||||
if (this.client.browser) return null;
|
||||
return this.client.voice.connections.get(this.id) || null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user