erenvein
erenvein
SIASapphire - Imagine a framework
Created by erenvein on 12/16/2022 in #sapphire-support
Embed Paginator
const response = await interaction.reply({ embeds: [new EmbedBuilder().setDescription('wait..').setColor(0x000001)], fetchReply: true})

await paginatedMessage.run(response,interaction.user)
const response = await interaction.reply({ embeds: [new EmbedBuilder().setDescription('wait..').setColor(0x000001)], fetchReply: true})

await paginatedMessage.run(response,interaction.user)
InteractionAlreadyReplied rawError: { message: 'Unknown Message', code: 10008 },
3 replies