Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 27, 2024
1 parent 6d50f72 commit 5c5c240
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/Private/defaultCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class Cache implements CacheHandler {
return this.storage.has(key);
}


delete(key: string): boolean {
return this.storage.delete(key);
}
Expand Down
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down Expand Up @@ -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';
import Utils from './utils';
2 changes: 1 addition & 1 deletion src/structures/Guild/GuildMember.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ class GuildMember {
}
}

export default GuildMember
export default GuildMember;

0 comments on commit 5c5c240

Please sign in to comment.