diff --git a/src/commands/music/play.ts b/src/commands/music/play.ts index a32bff1..2403730 100644 --- a/src/commands/music/play.ts +++ b/src/commands/music/play.ts @@ -168,7 +168,7 @@ export default { const delay = new Promise(function (_, reject) { timeoutId = setTimeout(function () { reject(new Error()); - }, 2900); + }, 2800); }); /* Create a race between a timeout and the search