2 lines
92 B
JavaScript
2 lines
92 B
JavaScript
const client = require("../..");
|
|
client.on("raw", c => client.manager.updateVoiceState(c));
|