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
🧶
nyaa ✨
Nya nya nya~... nyaaaa nya nya nya.
Major: Computer Science Freshman
-
Public university in Bloomington, Indiana
- Bloomington, IN
-
10:50
(UTC -12:00)
Pinned Loading
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.