Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ public static void main(String[] args) {
/*
* Finally, we'll print some information about each member in the guild.
*
* This might print out upto 125 seperate usernames, so you may want to comment the following line out if you're
* focusing on other info.
* This might print out a lot usernames(in theory infinity,
* practically upto 125, the *current* in game member limit),
* so you may want to comment the following line out if you're focusing on other info.
*/
printGuildMembers(guild.getMembers());
}
Expand Down