-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setEphemeral(true) is not working #45
Comments
fixed in |
Unknown interaction means you are replying to the interaction after 3s. It might be due to your internet connection or you are fetching something which is taking 3s+ time. If you need 3s+ time before replying, use |
await interaction.deferReply({ephemeral: true}) adding ephemeral only works in |
here all
The text was updated successfully, but these errors were encountered: