Skip to content

Instantly share code, notes, and snippets.

View noxzym's full-sized avatar
🐛

Orchitiadi Ismaulana Putra noxzym

🐛
View GitHub Profile
{
"$schema": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json",
"awards": [],
"basics": {
"email": "[email protected]",
"image": "",
"label": "Undergraduate Informatics Student at Gunadarma University | Web-App Developer",
"location": {
"address": "Indonesia",
"countryCode": "ID"
const { Listener } = require("discord-akairo");
const { createEmbed } = require("../../Utils/CreateEmbed");
module.exports = class ShoobTimerEvent extends Listener {
constructor() {
super("ShoobTimerEvent", {
emitter: "client",
event: "message",
category: "client",
})
import { Listener } from "discord-akairo";
import { createEmbed } from "../../Utils/ArgumentHandler";
import { Message, User } from "discord.js";
import MunariClient from "../../Structures/MunariClient";
export default class ShoobTimerEvent extends Listener {
constructor(public client: MunariClient) {
super("ShoobTimerEvent", {
emitter: "client",
event: "message",