From 5c5c240a66fa30837ca942cb808a12f9f817c9e4 Mon Sep 17 00:00:00 2001 From: Kath Date: Sat, 27 Jul 2024 15:15:09 +0800 Subject: [PATCH] prettier --- src/Private/defaultCache.ts | 1 - src/index.ts | 3 +-- src/structures/Guild/GuildMember.ts | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Private/defaultCache.ts b/src/Private/defaultCache.ts index 42ff0e78..dd9a7d7a 100644 --- a/src/Private/defaultCache.ts +++ b/src/Private/defaultCache.ts @@ -18,7 +18,6 @@ class Cache implements CacheHandler { return this.storage.has(key); } - delete(key: string): boolean { return this.storage.delete(key); } diff --git a/src/index.ts b/src/index.ts index f6726622..626fad89 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,6 @@ import Client from './Client.ts'; import Errors from './Errors.ts'; - export const version = require('../package.json').version; import APIStatus from './structures/APIStatus.ts'; import APIIncident from './structures/APIIncident.ts'; @@ -62,4 +61,4 @@ import Warlords from './structures/MiniGames/Warlords.ts'; import WoolWars from './structures/MiniGames/WoolWars.ts'; import Leaderboard from './structures/Leaderboard.ts'; import ServerInfo from './structures/ServerInfo.ts'; -import Utils from './utils'; \ No newline at end of file +import Utils from './utils'; diff --git a/src/structures/Guild/GuildMember.ts b/src/structures/Guild/GuildMember.ts index 148bb82e..a003bd85 100644 --- a/src/structures/Guild/GuildMember.ts +++ b/src/structures/Guild/GuildMember.ts @@ -33,4 +33,4 @@ class GuildMember { } } -export default GuildMember \ No newline at end of file +export default GuildMember;