You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void onJoin(JoinEvent event) throws Exception {
manager.onJoinEvent(event.getChannel().getUsers().toArray());
}
When I refactor your code, the PIRCBOTX package has been imported, the version is 2.0.1, but the error has been reported.
"Event.getchannel (). Getusers (). ToArray ()" Here's an error.
Error:The type com.google.common.collect.ImmutableSortedSet cannot be resolved. It is indirectly referenced from required .class files
The text was updated successfully, but these errors were encountered:
public void onJoin(JoinEvent event) throws Exception {
manager.onJoinEvent(event.getChannel().getUsers().toArray());
"Event.getchannel (). Getusers (). ToArray ()" Here's an error.
Error:The type com.google.common.collect.ImmutableSortedSet cannot be resolved. It is indirectly referenced from required .class files
The text was updated successfully, but these errors were encountered: