Skip to content
View PenPow's full-sized avatar
🌐
Working on stuff
🌐
Working on stuff
Block or Report

Block or report PenPow

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
PenPow/README.md
export default class PenPow extends Student {
  constructor(config) {
    super(config);
    
    this.languages = ['typescript','python'];
    
    this.projects = {
      Sentry: 'A Discord Moderation Bot',
    }
    
    this.os = 'Windows 11'; // TODO: Migrate to Linux Mint
    this.server = 'Hetzner';
  }
}

Pinned Loading

  1. Sentry Sentry Public

    One-up your server's moderation

    TypeScript 2

  2. Badges Badges Public

    Forked from intergrav/devins-badges

    Beautifully designed badges for many services

    TypeScript 4 1

  3. Website Website Public

    Personal website

    Astro 1