Skip to content

Commit

Permalink
Update NodeReconnect.ts
Browse files Browse the repository at this point in the history
Signed-off-by: LucasB25 <[email protected]>
  • Loading branch information
LucasB25 authored Jul 12, 2024
1 parent 68d7bb9 commit aad5f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/player/NodeReconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default class NodeReconnect extends Event {
});
}

// biome-ignore lint/suspicious/useAwait: <explanation>
public async run(node: string): Promise<void> {
const message = `Node ${node} reconnected`;
this.client.logger.warn(message);
Expand Down

0 comments on commit aad5f14

Please sign in to comment.