The error was because the way the types were exported was by augmenting the package itself, something unnecessary since the types are for the package itself, why would it need to augment itself?
This fixes the problem and the types are now fixed. About my bug that I mentioned on the Discord server about Cannot find module 'eris' or its corresponding type declarations. it was fixed by installing the master version of Shoukaku, apparently it is a bug in their latest version in npmjs.
I also applied some minor improvements to the other types.
The error was because the way the types were exported was by augmenting the package itself, something unnecessary since the types are for the package itself, why would it need to augment itself?
This fixes the problem and the types are now fixed. About my bug that I mentioned on the Discord server about
Cannot find module 'eris' or its corresponding type declarations.
it was fixed by installing the master version of Shoukaku, apparently it is a bug in their latest version in npmjs.I also applied some minor improvements to the other types.