Rename voiceconnection.speaking to voiceconnection.memberd

This commit is contained in:
Amish Shah
2015-12-26 18:05:31 +00:00
parent 0113202c2f
commit 3b7c5aa96a
6 changed files with 11 additions and 11 deletions

View File

@@ -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}`);
}
}