revoltchat / revolt.js

Modern Typescript library for interacting with Revolt.
https://revolt.js.org
MIT License
216 stars 54 forks source link

fix: move the Session type to Client.ts #60

Closed Rexogamer closed 1 year ago

Rexogamer commented 1 year ago

Please make sure to check the following tasks before opening and submitting a PR

This PR moves the Session type to Client.ts, fixing an issue where the type wouldn't be available in built versions of revolt.js (Globals.d.ts wasn't included in them).