#The application has not responded
1 messages · Page 1 of 1 (latest)
This command to create an embed and the idea is that you don't see who created it, it's just the embed
All Discord interactions require a response to not fail. Perhaps, you can try sending an ephemeral response message instead of a DM to the author?
Yes, how can I make ephemeral messages?
?tag ephemeral
An 'ephemeral' message is one that's only visible to the person who invoked a command. If you ever got a command error with a blue background, this is an example of one.
To do this, set ephemeral=True when you first use an ApplicationContext. (This includes .defer()ing it; the choice of whether a message is ephemeral or not must be made up front. If you .respond() to a deferred message, setting the ephemeral flag at that time will have no effect.)
This is the equivalent of hidden=True if you're coming from interactions.py
Another question, how do I do so that my bot can update my ranks and so on, says that it does not have enough permissions but I made it administrator.
ranks as in roles?
check if your bot's roles are above the roles you are trying to assign
My bot is above all roles
what is the error specifically?
When my bot wants to change my nickname it gets this error.
if you own the server, then no one can change your nickname
ok, thanks
.solved