commit
This commit is contained in:
parent
060936d882
commit
12d842e3df
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ export default {
|
|||
.addComponents(cancel, confirm);
|
||||
|
||||
// @ts-ignore: Unreachable code error
|
||||
const reply = await interaction.reply({embeds: [confirm_embed], content: role ? `<@&${role.id}>` : '', components: [row], ephemeral: true});
|
||||
const reply = await interaction.reply({embeds: [confirm_embed], components: [row], ephemeral: true});
|
||||
|
||||
const confirmation = await reply.awaitMessageComponent({ time: 60_000 });
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue