From a79c7f1f6d42f733f1058f8207b3adcb230c95a6 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Wed, 30 Nov 2022 11:02:36 +1100 Subject: [PATCH] tae said blame yasser --- src/client.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/client.ts b/src/client.ts index 6b7c361..c43123a 100644 --- a/src/client.ts +++ b/src/client.ts @@ -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);