Can't sent direct message
I wrote a slash command like this (you should get a DM to yourself when you run the command)
However, the following error occurs.
3 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
You are making a request when the token is not set
If using client, client is unready
it seems you are using
client
, instead of interaction.client
, so you probably just created a new client instanceOops, I forgot to make it an
interaction.client
. Resolved, thank you.