mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Rename voiceconnection.speaking to voiceconnection.memberd
This commit is contained in:
@@ -44,7 +44,7 @@ client.on("message", msg => {
|
||||
|
||||
if (msg.content === "who is speaking") {
|
||||
for (var chan of msg.channel.server.channels.getAll("type", "voice")) {
|
||||
msg.channel.send(`${chan} : ${chan.speaking}`);
|
||||
msg.channel.send(`${chan} : ${chan.members}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user