cordis-lib / cordis

Modular, micro-service based Discord API wrapper written in TS.
https://cordis.js.org
Other
29 stars 1 forks source link

fix(util): add discord-api-types dependency #67

Closed didinele closed 3 years ago

didinele commented 3 years ago

Please describe the changes this PR makes and why it should be merged: discord-api-types was apparently not declared as a dependency in @cordis/util leading to runtime errors when attempting to import it on package managers that don't use flat node_modules structures, or, in general, if it just wasn't installed from something else.

Status and versioning classification: