#The application has not responded

1 messages · Page 1 of 1 (latest)

lunar valley
#

It should be ctx.respond instead of ctx.send

hexed pecan
lunar valley
hexed pecan
lunar valley
#

?tag ephemeral

steady lodgeBOT
#

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

hexed pecan
# lunar valley ?tag ephemeral

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.

lunar valley
#

ranks as in roles?

#

check if your bot's roles are above the roles you are trying to assign

hexed pecan
lunar valley
#

what is the error specifically?

hexed pecan
lunar valley
#

if you own the server, then no one can change your nickname

hexed pecan
#

ok, thanks

livid harbor
#

.solved