From c15a1ac60ef1b440617ad49a4045cd4515f85eec Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 8 Aug 2023 22:09:57 +0200 Subject: [PATCH] less time to respond --- src/commands/music/play.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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