mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
tae said blame yasser
This commit is contained in:
parent
248e4b693d
commit
f2c8ba088c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user