TheUntraceable
TheUntraceable
Able to reproduce. Node version: 18.9.1, NPM version: 8.19.2. ```js ❯ npm i npm WARN deprecated [email protected]: this library is no longer supported npm WARN deprecated [email protected]: Please upgrade to...
I've taken a look at the issue on my fork, and I found the issue is with `on_event` being async. If you remove the *only* await which can be replaced...
I have also encountered this issue. Was there a fix?
Error logs ```EpikCord\sticker.py:3: error: Incompatible types in assignment (expression has type "Optional[Any]", variable has type "str") EpikCord\sticker.py:4: error: Incompatible types in assignment (expression has type "Optional[Any]", variable has type "str")...
A while since I've talked about MyPy. I'm enjoying typehinting things, and fixing them. Currently, there are only 162 errors, in 11 files. Over time, with the Gateway/HTTP + WS...
I've fixed all of the current MyPy issues (one of them is an issue caused my discord_typings, but I have made a PR to fix it), now I need to...
> If you're going for a rewrite you must define strong rules from the beginning to follow. It would be nice to set a linter and ensure mypy compliance for...
No. Also I scrapped the message.content command system idea. Maybe, we'll see ;)
There are still loads of cache managers I need to make, for roles, other stuff, I should've explained that