mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-27 21:21:03 +00:00
feat(bots): remove confidence field
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user