mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 12:21:00 -05:00
tae said blame yasser
This commit is contained in:
parent
791f289401
commit
d0eb294bf4
@ -19,7 +19,6 @@ export class TClient extends Client {
|
|||||||
xjs: any;
|
xjs: any;
|
||||||
axios: any;
|
axios: any;
|
||||||
ms: any;
|
ms: any;
|
||||||
memberCount_LastGuildFetchTimestamp: any;
|
|
||||||
userLevels: userLevels;
|
userLevels: userLevels;
|
||||||
punishments: punishments;
|
punishments: punishments;
|
||||||
bonkCount: bonkCount;
|
bonkCount: bonkCount;
|
||||||
@ -57,7 +56,6 @@ export class TClient extends Client {
|
|||||||
this.xjs = require('xml-js');
|
this.xjs = require('xml-js');
|
||||||
this.axios = require('axios');
|
this.axios = require('axios');
|
||||||
this.ms = require('ms');
|
this.ms = require('ms');
|
||||||
this.memberCount_LastGuildFetchTimestamp = 0;
|
|
||||||
this.userLevels = new userLevels(this);
|
this.userLevels = new userLevels(this);
|
||||||
this.bonkCount = new bonkCount(this);
|
this.bonkCount = new bonkCount(this);
|
||||||
this.punishments = new punishments(this);
|
this.punishments = new punishments(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user