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