From bb511abc03bb66848947e37a999502b813c77269 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Thu, 23 Jul 2020 23:24:17 -0700 Subject: goodbye old uwufier :cry: --- src/models/Client.ts | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/models/Client.ts (limited to 'src/models/Client.ts') diff --git a/src/models/Client.ts b/src/models/Client.ts deleted file mode 100644 index c24bcd9..0000000 --- a/src/models/Client.ts +++ /dev/null @@ -1,26 +0,0 @@ -// import { CommandoClient } from 'discord.js-commando'; -// import { WebhookClient } from 'discord.js'; -// import Collection from '@discordjs/collection'; -// import winston from 'winston'; -// const PokemonStore = require('./pokemon/PokemonStore'); -// import MemePoster from './MemePoster.js' -// const { UWUFIER_WEBHOOK_ID, UWUFIER_WEBHOOK_TOKEN } = process.env; - -// module.exports = class UwufierClient extends CommandoClient { -// constructor(options) { -// super(options); - -// this.logger = winston.createLogger({ -// transports: [new winston.transports.Console()], -// format: winston.format.combine( -// winston.format.timestamp({ format: 'MM/DD/YYYY HH:mm:ss' }), -// winston.format.printf(log => `[${log.timestamp}] [${log.level.toUpperCase()}]: ${log.message}`) -// ) -// }); -// this.webhook = new WebhookClient(UWUFIER_WEBHOOK_ID, UWUFIER_WEBHOOK_TOKEN, { disableEveryone: true }); -// this.pokemon = new PokemonStore(); -// this.memePoster = new MemePoster(this); -// this.games = new Collection(); -// this.phone = new Collection(); -// } -// }; \ No newline at end of file -- cgit v1.2.3