diff options
| author | 8cy <[email protected]> | 2020-07-23 23:24:17 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-23 23:24:17 -0700 |
| commit | bb511abc03bb66848947e37a999502b813c77269 (patch) | |
| tree | 612c010fc8317e1cdf11471a18aad0270819d33e /src/models/Client.ts | |
| parent | fix: if clear amount equal or over 100, round down to 99 (diff) | |
| download | dep-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.ts | 26 |
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 |