Replies: 1 comment
-
if (data.text=="!test"){ |
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
-
if (data.text=="!test"){
channel.kickUser({ "userId": new Long("1234567898") });
}
유저정보를 따로가져오지않고 userid로만 따로 써서 강퇴하려면
어떻게 써줘야 하나요??
위 코드대로라면 에러코드가 떠서..
Client error!! err: ReferenceError: Long is not defined
Beta Was this translation helpful? Give feedback.
All reactions