From 3530605aa6a690fd48ff20d0f8bbfec10057a339 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 27 Apr 2023 22:06:47 +0200 Subject: [PATCH] typo --- 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 f29e97f..42cbbb2 100644 --- a/src/commands/music/play.ts +++ b/src/commands/music/play.ts @@ -161,7 +161,7 @@ export default { if (query) { /* Since Discord wanna receive a response within 3 secs and results is async * and can take longer than that, exception of type 'Unknown interaction' (10062) - * happens. */ + * happens. */ let timeoutId: NodeJS.Timeout; const delay = new Promise(function (_, reject) {