From 66e7e48bed4c8d816e726e94d430f97932897c8d Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Sun, 4 Apr 2021 13:53:05 +0530 Subject: [PATCH] no default log --- deploy.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/deploy.ts b/deploy.ts index bbd29f9..ffdc907 100644 --- a/deploy.ts +++ b/deploy.ts @@ -61,7 +61,6 @@ export function init(options: DeploySlashInitOptions): void { await (client as any)._process(d) } catch (e) { - console.log(e) await client.emit('interactionError', e) } }