diff --git a/src/structures/VoiceChannel.js b/src/structures/VoiceChannel.js index 6b3850dfb..e8362878b 100644 --- a/src/structures/VoiceChannel.js +++ b/src/structures/VoiceChannel.js @@ -88,7 +88,7 @@ class VoiceChannel extends GuildChannel { * @readonly */ get speakable() { - return this.permissionsFor(this.client.user).has('SPEAK', false); + return this.permissionsFor(this.client.user).has(Permissions.FLAGS.SPEAK, false); } /**