Skip to content
View melmsie's full-sized avatar
🤖
Working on Discord Bots
🤖
Working on Discord Bots
Block or Report

Block or report melmsie

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

Hi there 👋

Pinned

  1. attendee-tracker attendee-tracker Public

    A user-friendly interface for groups to track children/parents signup info and attendance during events

    JavaScript 3

  2. Dank Memer Blackjack Command Files Dank Memer Blackjack Command Files
    1
    import * as Constants from './constants';
    2
    
                  
    3
    const randomInArray = <T>(arr: readonly T[]): T =>
    4
      arr[Math.floor(Math.random() * arr.length)];
    5
    
                  
  3. DankMemer/support DankMemer/support Public

    JavaScript 5 5

  4. DankMemer/webhook-server DankMemer/webhook-server Public

    The express server that we use to handle incoming webhooks from various services.

    JavaScript 25 10

  5. DankMemer/copypasta-cli DankMemer/copypasta-cli Public archive

    CLI app for copypasta

    Go 16 4