Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: update Event class handle method signature
Updated the `handle` method signature in the `Event` class to return `void` or `Promise<void | InteractionResponse | Message>`. It ensures that the method can handle asynchronous operations and return the correct types for Discord interactions
- Loading branch information