Skip to content
View PantheraRed's full-sized avatar
💻
Busy as you can tell
💻
Busy as you can tell
Block or Report

Block or report PantheraRed

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

About

Nickname: Red
Pronouns: He/Him

Been a programmer since 2020

PantheraRed's Profile Visits

Statistics

PantheraRed's GitHub Stats PantheraRed's Language Stats

Pinned

  1. PantheraRed PantheraRed Public

    The repository of my profile README.

    1

  2. discord-interaction-bot discord-interaction-bot Public

    A simple discord interaction bot example using discord.js.

    JavaScript

  3. import-as-module import-as-module Public

    Import a directory as module.

    JavaScript 1

  4. Convert milliseconds to years, month... Convert milliseconds to years, months, days, hours, minutes & seconds in JavaScript.
    1
    'use strict'; // Remove this if you don't wish to use strict mode
    2
    
                  
    3
    function ms(t) {
    4
      let year,
    5
          month,
  5. c-programming c-programming Public

    A repository dedicated to C programming.

    C