Skip to content

Commit

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

// biome-ignore lint/suspicious/useAwait: <explanation>
public async run(node: string, code: number, reason: string): Promise<void> {
const message = `Node ${node} destroyed with code ${code} and reason ${reason}.`;
this.client.logger.error(message);
Expand Down

0 comments on commit b3e2a80

Please sign in to comment.