Event Listener
#569
-
hey! i would like to know if theres a event listener or a way to check the mutual servers and friends with someone or even see who someone is friends with without having access to their acc |
Beta Was this translation helpful? Give feedback.
Answered by
Xtendera
Mar 21, 2023
Replies: 1 comment
-
Those won't be events. Those would be on the User object.
This means you have to get the user object from someplace else, like a seperate event or by using Client.user.fetch("userid") |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aiko-chan-ai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Those won't be events. Those would be on the User object.
This means you have to get the user object from someplace else, like a seperate event or by using Client.user.fetch("userid")