Skip to content

Commit

Permalink
Update NodeDisconnect.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 b3e2a80 commit 3693316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/player/NodeDisconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default class NodeDisconnect extends Event {
});
}

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

0 comments on commit 3693316

Please sign in to comment.