summaryrefslogtreecommitdiff
path: root/src/models/Client.ts
diff options
context:
space:
mode:
author8cy <[email protected]>2020-07-23 23:24:17 -0700
committer8cy <[email protected]>2020-07-23 23:24:17 -0700
commitbb511abc03bb66848947e37a999502b813c77269 (patch)
tree612c010fc8317e1cdf11471a18aad0270819d33e /src/models/Client.ts
parentfix: if clear amount equal or over 100, round down to 99 (diff)
downloaddep-core-bb511abc03bb66848947e37a999502b813c77269.tar.xz
dep-core-bb511abc03bb66848947e37a999502b813c77269.zip
goodbye old uwufier :cry:
Diffstat (limited to 'src/models/Client.ts')
-rw-r--r--src/models/Client.ts26
1 files changed, 0 insertions, 26 deletions
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