Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
chore(ErrorHandler): update function documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ijsKoud committed Dec 5, 2022
1 parent 7fb5a41 commit db01293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/handlers/ErrorHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export class ErrorHandler {
public constructor(public client: IgloClient) {}

/**
* Logs the error and makes sure the user is aware of the situation
* Logs the error and makes sure the user is aware of the situation. This function is overridable for customisability.
* @param error The error that was emitted
* @param interaction The interaction from the user that used the bot
*/
Expand Down

1 comment on commit db01293

@ijsKoud
Copy link
Member Author

@ijsKoud ijsKoud commented on db01293 Dec 5, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ijsblokjeee[bot] release v1.1.0

Please sign in to comment.