Skip to content

Commit

Permalink
add exports for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
pakkographic committed Aug 17, 2024
1 parent b6e0be0 commit 0426fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
// EXPORT LIST:
export type * from "./types/index";
export * from "./structures/Message";
export * from "./structures/CommandInteraction";
export * from "./util/InteractionOptionWrapper";

export * from "./structures/Client";
export * from "./structures/User";
Expand Down
2 changes: 1 addition & 1 deletion lib/structures/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export class Client extends TypedEmitter<ClientEvents> {
this.startTime = 0;
this.lastCheckForUpdate = null;
}

private async checkForUpdate(): Promise<void> {
this.lastCheckForUpdate = Date.now();
interface jsonRes {
Expand Down

0 comments on commit 0426fe0

Please sign in to comment.