Skip to content
View cringe-neko-girl's full-sized avatar
🧶
nyaa ✨
🧶
nyaa ✨
  • Public university in Bloomington, Indiana
  • Bloomington, IN
  • 10:50 (UTC -12:00)

Block or report cringe-neko-girl

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
cringe-neko-girl/README.md

About Me

Discord

function Set-UserProfile {
    # Set basic information
    $nickname = "Senko"
    $gender = "Male"
    $userID = "<@1124389055598170182>"

    # Set personality
    $personality = @{
        Playful = $true
        Enthusiastic = $true
    }

    # Set interests
    $interests = @("Anime", "Discord", "Coding")
    $favorite_anime = "Clannad"

    # Set skills
    $skills = @("Discord Bot Development", "Python Programming")

    # Set goals and status
    $goal = "Pursuing a BS in Computer Science"
    $status = "Currently in college..."

    # Set inspiration
    $inspiration = "Oliver (Creator of Poketwo)"

    # Output the profile
    Write-Host "Nickname: $nickname"
    Write-Host "Gender: $gender"
    Write-Host "User: $userID"
    Write-Host "`n# Personality"
    Write-Host "Playful: $($personality.Playful)"
    Write-Host "Enthusiastic: $($personality.Enthusiastic)"
    Write-Host "`n# Interests"
    $interests | ForEach-Object { Write-Host "Interest: $_" }
    Write-Host "Favorite Anime: $favorite_anime"
    Write-Host "`n# Skills"
    $skills | ForEach-Object { Write-Host "Skill: $_" }
    Write-Host "`n# Goals"
    Write-Host "Goal: $goal"
    Write-Host "Status: $status"
    Write-Host "`n# Inspiration"
    Write-Host "Inspiration: $inspiration"
}

# Run the function
Set-UserProfile

Pinned Loading

  1. Anya-Devs/Anya-Bot Anya-Devs/Anya-Bot Public

    Discord bot made to keep users active

    Python 4 1

  2. detection detection Public

    Python