#.

1 messages · Page 1 of 1 (latest)

uncut silo
#

He should send the message in another channel but without bot is thinking to send how do I do that

ocean fractal
#

you have to defer the response at the top of the callback/command, not at the end.

#
        await interaction.response.defer()
        channel = await interaction.guild.fetch_channel(my_id)
        embed = discord.Embed(description="Test")
        await channel.send(embed=embed)``` so this
uncut silo
#

He sends the message in the channel but he still sends the message bot is thinking

cosmic tangle
#

You need to respond to the interaction with ctx.respond()

uncut silo
#

how do you mean ?

#

and my code is underneath

uncut silo
#

?