#Bot not responding after thinking..
1 messages · Page 1 of 1 (latest)
await interaction.deferReply()
const embed = new MessageEmbed()
.setTitle('Bloop')
.setDescription('Want to use ~~? Click the button below this message to invite me.\n\nWanna become apart of the ~~ family? Come join our support server then.')
.setColor(client.config.embedColor)
.setFooter('Invite Message')
.setTimestamp()
const support = new MessageButton()
.setLabel('Support Server')
.setStyle('LINK')
.setEmoji(client.config.emojis.server)
.setURL(client.config.links.ss)
const invite = new MessageButton()
.setLabel('Invite ~~')
.setStyle('LINK')
.setEmoji(client.config.emojis.todoify)
.setURL(client.config.links.invite)
const row = new MessageActionRow()
.addComponents(invite,support)
return interaction.followUp({embeds: [embed], components: [row]})
Screenshot incoming.
Reopened because I gtg.
If anyone has any ideas send them through.
I tried debugging but it all falls into place
I updated and downgraded my discord.js version still the same problem.
I tried editReply
Nothing.
Me too for 2 hours, editReply no longer works.
and with followUp