Skip to content
View midnightdoggo19's full-sized avatar
💤
Tired
💤
Tired

Block or report midnightdoggo19

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
midnightdoggo19/README.md

Profile Views:

Visitor Count

Stats

Pinned Loading

  1. crunching crunching Public

    A resource pack to rename the "Creaking" (and all associated blocks/subtitles) to the "Crunching"

    1

  2. say say Public

    Says things in a specified channel

    JavaScript 1

  3. tickets tickets Public

    Discord tickets

    JavaScript 1

  4. discord-bsky discord-bsky Public

    Discord bot to post to Bluesky

    JavaScript

  5. scan scan Public

    Discord bot to check if Minecraft servers are online

    JavaScript

  6. Simple bash script to update to fetc... Simple bash script to update to fetch the latest Discord for Linux update and install it
    1
    if [[ "${EUID}" -ne 0 ]]; then
    2
      echo "Try running sudo $0"
    3
      exit 1
    4
    fi
    5