diff --git a/src/Player.ts b/src/Player.ts index 340bd3e..69e7d83 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -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 });