1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 12:30:58 -04:00

tae said blame yasser

This commit is contained in:
AnxietyisReal 2022-11-30 11:02:36 +11:00
parent 67dcd996e1
commit a79c7f1f6d

View File

@ -19,7 +19,6 @@ export class TClient extends Client {
xjs: any;
axios: any;
ms: any;
memberCount_LastGuildFetchTimestamp: any;
userLevels: userLevels;
punishments: punishments;
bonkCount: bonkCount;
@ -57,7 +56,6 @@ export class TClient extends Client {
this.xjs = require('xml-js');
this.axios = require('axios');
this.ms = require('ms');
this.memberCount_LastGuildFetchTimestamp = 0;
this.userLevels = new userLevels(this);
this.bonkCount = new bonkCount(this);
this.punishments = new punishments(this);