You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your message is saying something like this:
[19:48:55.885 INFO] KCommando -> The skipped methods at dev.tiertests.commands.cooldown.ManageCooldownCmd: hashCode,getClass,notify,notifyAll (They don't have any appropriate annotation)
It is because those methods are inherited from the java Object class, and the annotation is just seeing those too.
Describe the bug
Verbose logging fires incorrectly and logs messages about methods not being annotated, even though they are annotated.
To Reproduce
Steps to reproduce the behavior:
HandleSlash
The skipped methods at bot_test.commands.slash.Ping: (They don't have any appropriate annotation)
Expected behavior
It shouldn't log this message unless it is wrong. (Not annotated)
Versions
Your current JDA, Reflections8 and KCommando versions.
Javacord 3.8.0
KCommando 5.1.0
Reflections8: N/A
The text was updated successfully, but these errors were encountered: