Update code documentation

This commit is contained in:
Matias Espinoza 2023-03-20 15:57:05 -03:00
parent c74ad8d0fc
commit 1cac8efdce

View File

@ -91,7 +91,7 @@ export const ChatCommand: Command = {
title: '✥ Question', title: '✥ Question',
description: question, description: question,
footer: { 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', title: '✥ Answer',
description: answer, description: answer,
footer: { 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
}, },
}, },
], ],