You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Summary:
I'm currently working on a Revolt bot using revolt.js, and I noticed that the events type is not exported. Having access to the events type would be nice so that I can enforce type safety better in my own event handler.
Steps to Reproduce:
N/A
Expected Behavior:
I expected the library to export the events type so that developers can ensure type safety in their event handlers.
Actual Behavior:
The events type is not exported.
Additional Information:
N/A
Proposed Solution:
Export the events type in the API library to facilitate better type safety in event handling. I will open a GitHub PR.
Environment:
revolt.js Version: v7.0.0-beta.10
Node.js Version: v20.4.0
TypeScript Version: Version 5.3.3
Screenshots/Code Snippets:
N/A
The text was updated successfully, but these errors were encountered:
Issue Summary:
I'm currently working on a Revolt bot using
revolt.js
, and I noticed that the events type is not exported. Having access to the events type would be nice so that I can enforce type safety better in my own event handler.Steps to Reproduce:
N/A
Expected Behavior:
I expected the library to export the events type so that developers can ensure type safety in their event handlers.
Actual Behavior:
The events type is not exported.
Additional Information:
N/A
Proposed Solution:
Export the events type in the API library to facilitate better type safety in event handling. I will open a GitHub PR.
Environment:
revolt.js
Version: v7.0.0-beta.10Screenshots/Code Snippets:
N/A
The text was updated successfully, but these errors were encountered: