remove comment
This commit is contained in:
parent
647535b5de
commit
72af2eb46b
1 changed files with 0 additions and 3 deletions
|
@ -603,9 +603,6 @@ export class Player extends EventEmitter {
|
||||||
queue.voiceConnection.play(newStream, {
|
queue.voiceConnection.play(newStream, {
|
||||||
type: 'opus',
|
type: 'opus',
|
||||||
bitrate: 'auto',
|
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
|
volume: Util.isRepl() ? false : undefined
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue