#slash commands
1 messages · Page 1 of 1 (latest)
didn't understand what you ask
the other bot is just sending the response to the command as ephemeral before creating the embed message - und your bot sends the embed first and responds later to the interactions with an ephemeral
because you deferred before
the ctx.send will "edit" the defer message, which is the first sent one
hmm weird
Idk if it's normal behaviour or not
I don't work for discord nor do I work on the giveaway bot.
All I can tell you is the facts as I know them. That behaviour suggests a client issue. Try on another computer or another account
ctx.channel.send(embed)
ctx.send(message, ephemeral=True)
Ah I didn't scroll up. I just read this