Jeroen Claassens
Jeroen Claassens
Open to a PR for this I suppose but can this not also be achieved with a typescript generic instead of a prop? i.e. ```tsx {/* ... */} {/* ......
I'm also facing this issue but with importing `http://localhost:5173/@id/@vitest/coverage-v8/browser?import` and only in GitHub actions: https://github.com/sapphiredev/shapeshift/actions/runs/10980659362/job/30486718676?pr=396. This is clearly not something I can influence, because it's a vitest library. I also...
I'm not really tuned into the release process of this repository, but what about: 1. Make a release commit, tag it. DON'T push this yet to the remote 2. Update...
Let me guess, your installed the bot as a user application and used the command in a server where the bot is not a member and/or doesn't have the Read...
In that case we need much more information. - What perms are missing - what is the command code - is this a slash command or message command, on that...
Looking at the error stacktrace more carefully the error comes from `safelyReplyToInteraction` which is on line 699 of `index.mjs` which notably is the code not for interactions but for regular...
I would be willing to add an error handler but to do so I would need to reproduce the error locally first. If you can provide a small repository where...
I already knew the problem was with handleEnd, but by all logic of the code it should never happen, which is why I need a reproduction sample so I can...