Giter Site home page Giter Site logo

ijskoud / modmail-bot Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 3.0 116 KB

The only modmail-bot you need to improve communication in your discord server. Easy to use, requires little permissions, database usage (ticket store) and customisable

License: Apache License 2.0

TypeScript 99.91% Shell 0.09%
modmail discordjs typescript discord modmail-bot nodejs

modmail-bot's Introduction

welcome banner image

export class Human {
  public readonly name = "Daan Klarenbeek";
  public readonly username = "ijsKoud";

  public readonly web = "https://ijskoud.dev/";
  public readonly linkedIn = "https://ijskoud.dev/linkedin";

  public position = "student";
  public readonly age: number;

  public constructor(age: number = 17) {
    this.age = age;
  }

  public get stack(): Record<string, string[]> {
    return {
      languages: ["JavaScript", "TypeScript", "Python"],
      database: ["PostgreSQL", "Mongo DB", "Redis"],
      frontend: ["ReactJS", "NextJS", "Tailwind CSS", "HTML", "CSS"],
      backend: ["NodeJS", "ExpressJS", "TRPC"],
      devops: ["Docker", "Linux"],
      misc: ["Prisma", "firebase", "turborepo"]
    }
  }
}

๐Ÿ”ฅ Github Stats

  1. ๐ŸŽ‰ Merged PR #91 in ijsKoud/PaperPlane-docs
  2. โŒ Closed PR #123 in ijsKoud/gitcord
  3. ๐ŸŽ‰ Merged PR #134 in ijsKoud/gitcord
  4. ๐ŸŽ‰ Merged PR #259 in ijsKoud/ijsblokje
  5. ๐Ÿ’ช Opened PR #134 in ijsKoud/gitcord
  6. โŒ Closed PR #104 in snowcrystals/website
  7. โŒ Closed PR #126 in snowcrystals/website
  8. ๐ŸŽ‰ Merged PR #201 in ijsKoud/ijsblokje
  9. ๐ŸŽ‰ Merged PR #53 in snowcrystals/prettier-config
  10. โŒ Closed PR #1 in snowcrystals/.github

modmail-bot's People

Contributors

ijskoud avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.