Update code documentation
This commit is contained in:
parent
c74ad8d0fc
commit
1cac8efdce
@ -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
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user