Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
chore(KanaoCache): remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Feb 24, 2024
1 parent d7aede4 commit 400deb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/kanao-cache/src/Structures/KanaoCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ export class KanaoCache extends EventEmitter {

public stores = new StoreRegistry();

public guildsCreateThrottle = 0;

public async connect(): Promise<void> {
container.client = this;
await this.pgClient.connect();
Expand Down

0 comments on commit 400deb4

Please sign in to comment.