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) {