<@U5EMEFPMX> Are you using java 8? You could rewri...
# announcements
d
@amorenew Are you using java 8? You could rewrite your
task
object's listener to
(String) -> Unit
and rewrite the listener as
content -> { your stuff}
👍 2