feat(bots): remove confidence field

This commit is contained in:
GramingFoxTeam
2023-09-04 15:52:08 +03:00
parent 4589bc9a08
commit 29ba476d7b
3 changed files with 2 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ export default {
if (!response.reply) return;
const embed = response.reply;
embed.footer = { text: `Confidence: ${intent.confidence}` };
const feedbackRow = new ActionRowBuilder().addComponents(
new ButtonBuilder()
.setCustomId('fb-like')