diff --git a/src/Private/defaultCache.ts b/src/Private/defaultCache.ts index 42ff0e7..dd9a7d7 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 f672662..626fad8 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 148bb82..a003bd8 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;