Skip to content

Instantly share code, notes, and snippets.

View Syrilai's full-sized avatar
🏠
Working from home

Sebastian Erik Bauer Syrilai

🏠
Working from home
View GitHub Profile
@Syrilai
Syrilai / a.ts
Last active April 25, 2021 20:15 — forked from 5factor/a.js
import { Client, Collection } from "discord.js";
interface CommandHelp {
}
export class Command {
constructor(public client: Client, options) {
this.client = client;