Can't create ability from "Using Replies" in wiki #1120
Replies: 1 comment
-
.reply use BiConsumer, BiConsumer<BaseAbilityBot, Update> it means you have to initialize 2 arguments, now you have only upd, try that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to repeat the code from "Using Replies" in wiki, but method .reply takes a BiConsumer as the first argument, so now I need to provide two arguments to lamba, should I? Because if I don't, it can't find .getMessage() method in my update.
Beta Was this translation helpful? Give feedback.
All reactions