diff --git a/src/commands/info/question.ts b/src/commands/info/question.ts index c83e10be..83696e77 100644 --- a/src/commands/info/question.ts +++ b/src/commands/info/question.ts @@ -64,7 +64,7 @@ export default { data: { flags: 64 }, }); } catch (error) { - console.log(error) + console.log(error); logger.error({ command: 'question', error }, 'is failed'); } },