#Bot not responding after thinking..

1 messages · Page 1 of 1 (latest)

boreal creek
#

My bot doesn't seem to be responding after I deferReply.. It just keeps thinking. There is no error what so ever. [Code Incoming]

#
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.

boreal creek
#

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.

simple bolt
#

Me too for 2 hours, editReply no longer works.

simple bolt
#

and with followUp