Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
Brainicism committed Oct 25, 2024
1 parent dbcd306 commit 2881751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default abstract class Session {
};

/** Timer function used to for /timer command */
private guessTimeoutFunc: NodeJS.Timer | undefined;
private guessTimeoutFunc: NodeJS.Timeout | undefined;

constructor(
guildPreference: GuildPreference,
Expand Down

0 comments on commit 2881751

Please sign in to comment.