mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs 6.66%
This commit is contained in:
@@ -64,9 +64,7 @@ client.on("message", msg => {
|
||||
if (msg.content.startsWith("$play")) {
|
||||
var url = msg.content.split(" ")[1];
|
||||
|
||||
client.voiceConnection.playRawStream(request(url), {
|
||||
volume : 0.1
|
||||
});
|
||||
client.voiceConnection.playRawStream(request(url));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user