Garlic-Team / gcommands

Powerful and flexible discord.js framework.
https://www.npmjs.com/package/gcommands
ISC License
38 stars 9 forks source link

fix: types CacheType should not be undefined #459

Closed S222em closed 2 years ago

S222em commented 2 years ago

Please describe the changes this PR makes and why it should be merged: There was a mistake in #457 where CacheType was set as undefined, but should be 'raw' | 'cached'