Dealing with events #7
Locked
RealYusufIsmail
started this conversation in
General
Replies: 2 comments
-
Client.on(EventNames.GUILD_BAN_ADD) { event ->
println(event)
} |
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
-
In discord.js you can do something like
I think something like this can be done in kotlin but I want to do it a bit differently
Beta Was this translation helpful? Give feedback.
All reactions