-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Default @mention prefix no longer respected #39
Comments
What are you setting your prefix to? https://github.com/Chewbotcca/Discord/blob/main/src/main/java/pw/chew/chewbotcca/Chewbotcca.java#L90 I'm able to get it to work with |
@Chew The prefix that i've tryed are :
In the 2 cases, it dont work. Here is the code related to this feature into JDA-Utilities : JDA-Applications CommandClientImpl.java line 67 : JDA-Applications CommandClientImpl.java lines 498 to 506 : There is no reason to have to manually set the prefix with the client id. |
Issue Checklist
Affected Modules
Command
Description
When I try to use the mention prefix, it dont work at all with Chewtils.
I've tryed doing the same on JDA-Utilities and it work
The text was updated successfully, but these errors were encountered: