-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm upgrade #105
npm upgrade #105
Conversation
seems like we cantseams like discord.js can not be updated with our tsconfig |
Running |
Also, in the discord.js repo there is a issue for this. discordjs/discord.js#9783 |
Seems to work (for me), but a few files are using functions which seem to work different in discord.js now.
|
We need to Switch the line There is a different error in src/action/blackjack/registerCommands.ts:24 tho, which is different from the interaction options mentioned above. |
Have done most of the changes mentioned, in my fork. (EinsKatze@f863640) Don't know how to fix blackjack issue rn |
Thanks for the research @EinsKatze |
I fixed the Blackjack issue now in my fork aswell but had to deactivate a eslint rule. |
yes, I had to disable it as well (see first commit here) |
@typescript-eslint/no-misused-promises offed as well as it don't allowes async arrow functions as args for discord.js event handler