Home > Software engineering >  discordpy2 button interaction.edit_original_response() returning 404 not found (error code :10015)
discordpy2 button interaction.edit_original_response() returning 404 not found (error code :10015)

Time:01-16

I am attempting to make a menu in a Discord.py bot using buttons in a slash command.

My code:


    class helpbclass(discord.ui.View):

      def __init__(self):
        super().__init__()
        self.value = None

      @discord.ui.button(label="General",
                         style=discord.ButtonStyle.blurple,
                         emoji="           
  • Related