Skip to content
View astatio's full-sized avatar
🥝
error driven development
🥝
error driven development
  • Portugal
  • 03:30 (UTC +01:00)

Block or report astatio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
astatio/README.md

Hello

Metrics Metrics Metrics

Pinned Loading

  1. SparksEngine SparksEngine Public

    All-in-one library to create Discord bots

    Kotlin

  2. Message-Stats-Bot Message-Stats-Bot Public

    A Discord bot that generates message statistics

    Kotlin

  3. Script to check the amount and perce... Script to check the amount and percentage of migrated users
    1
        val usersWithZeros = mutableListOf<User>()
    2
        val usersWithoutZeros = mutableListOf<User>()
    3
    
                  
    4
        event.guild.loadMembers().await().forEach { member ->
    5
            if (member.user.asTag.endsWith("#0000")) {