no default log

This commit is contained in:
DjDeveloperr 2021-04-04 13:53:05 +05:30
parent eca3cf4e0e
commit 66e7e48bed
1 changed files with 0 additions and 1 deletions

View File

@ -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)
}
}