Skip to content

Commit

Permalink
Update src/main/java/net/dv8tion/jda/internal/requests/restaction/int…
Browse files Browse the repository at this point in the history
…eractions/InteractionCallbackImpl.java

Co-authored-by: Florian Spieß <[email protected]>
  • Loading branch information
freya022 and MinnDevelopment authored Jun 29, 2024
1 parent b2c6f63 commit 37d089a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private Throwable handleUnknownInteraction(Response response, Request<?> request
"2. This interaction could have been acknowledged by another bot instance\n" +
"If your bot replied, or the three dots in a button disappeared without saying 'This interaction failed', or you see '[Bot] is thinking...' for more than 3 seconds, make sure that:\n" +
"\t- Only one bot using the current token is logged on\n" +
"\t- If you can't find an existing instance, try to reset your token at https://discord.com/developers/applications/" + getJDA().getSelfUser().getIdLong() + "/bot",
"\t- If you can't find an existing instance, try to reset your token at https://discord.com/developers/applications/" + getJDA().getSelfUser().getApplicationId() + "/bot",
exception
);

Expand Down

0 comments on commit 37d089a

Please sign in to comment.