Skip to content

Commit

Permalink
☕ chore: update the message in ask flow
Browse files Browse the repository at this point in the history
  • Loading branch information
warengonzaga authored Apr 10, 2024
1 parent bee9b8d commit 25d58f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ client.on("interactionCreate", async (interaction) => {
config.datasheet_feedback
);
await interaction.reply({
embeds: [sendEmbedMessage(`Thank you for your valuable feedback, this will help us improve the responses of our AI assistant.\n\nIn the meantime, would you like to contact a human customer success agent? Just click the button below to submit a ticket.`)],
embeds: [sendEmbedMessage(`Thank you for your valuable feedback, this will help us improve the responses of our AI assistant.\n\nIn the meantime, would you like to contact a human customer success agent? Just click the link or the button below to submit a ticket.`)],
content: `🔔 <@${interaction.channel.ownerId}>`,
ephemeral: true,
components: [CloseButtonComponent()],
Expand Down

0 comments on commit 25d58f9

Please sign in to comment.