aniket091 / Gamecord

Discord Gamecord is a powerful npm package with a collection of minigames for your discord bot :)
https://discord-gamecord.js.org/
MIT License
101 stars 37 forks source link

No Typescript Feature? #24

Closed ContentGamer closed 1 year ago

ContentGamer commented 1 year ago

So, I tried using discord-gamecord for my discord js v14 bot using typescript, but... I found out that there are no index.d.ts in the project files of discord-gamecord, so there is no way to provide a typescript IntelliSense, please add one!

Thanks, ContentGamer.

ContentGamer commented 1 year ago

found a way to do this by adding //@ts-ignore when importing the package.

Juhan280 commented 1 year ago

You could also try #16 Although that is 2 versions behind the version in npm because the author of the repo didn't push the changes to the repo