remove comment

This commit is contained in:
Snowflake107 2021-04-08 17:55:23 +05:45
parent 647535b5de
commit 72af2eb46b

View file

@ -603,9 +603,6 @@ export class Player extends EventEmitter {
queue.voiceConnection.play(newStream, {
type: 'opus',
bitrate: 'auto',
// disable inline volume for replit.com, leave it as it is for other platforms
// thx Amish Shah for this info :D
volume: Util.isRepl() ? false : undefined
});