Garlic-Team / gcommands

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

refactor: use @sapphire/shapeshift #427

Closed S222em closed 1 month ago

S222em commented 2 years ago

Please describe the changes this PR makes and why it should be merged:

421

Status and versioning classification: None

xhyrom commented 2 years ago

v10?

S222em commented 2 years ago

v10?

I still need to fix some things, probably an issue with shapeshift, so it probably wont be done in time for v9.2

S222em commented 2 years ago

I will take another look at the issue I have tomorrow and then decide if it will make v9.2.0, I think the issue I have currently is a issue with shapeshift, so it needs to get fixed and released on their side first. (Did not get to it, will do it soon)

S222em commented 2 years ago

Okay, so I finally looked at this. It seems like AutoDeferType is not actually exported from GClient.ts for some reason. It is listed correctly in the compiled code, but sadly it's still undefined, which throws an error. I am not sure how to magically make AutoDeferType be there so this might take a while to figure out.