From 1cac8efdce85faf4d956803a547ede4b52f9f4c3 Mon Sep 17 00:00:00 2001 From: Matias Espinoza Date: Mon, 20 Mar 2023 15:57:05 -0300 Subject: [PATCH] Update code documentation --- src/bot/commands/chatCommand.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bot/commands/chatCommand.ts b/src/bot/commands/chatCommand.ts index cdd2d2d..584c969 100644 --- a/src/bot/commands/chatCommand.ts +++ b/src/bot/commands/chatCommand.ts @@ -91,7 +91,7 @@ export const ChatCommand: Command = { title: '✥ Question', description: question, footer: { - text: 'embed-question', // embed-question is used to identify is a response from user to bot + text: 'embed-question', // embed-question is used to identify is an interaction from user to bot }, }, { @@ -99,7 +99,7 @@ export const ChatCommand: Command = { title: '✥ Answer', description: answer, footer: { - text: 'embed-answer', // embed-answer is used to identify is a response from bot to user + text: 'embed-answer', // embed-answer is used to identify is an interaction from bot to user }, }, ],