🥝
Highlights
- Pro
Pinned Loading
-
-
-
Script to check the amount and perce...
Script to check the amount and percentage of migrated users 1val usersWithZeros = mutableListOf<User>()
2val usersWithoutZeros = mutableListOf<User>()
34event.guild.loadMembers().await().forEach { member ->
5if (member.user.asTag.endsWith("#0000")) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.