nextsnake / nextcore

A super fast low level Discord library for full control.
https://nextcore.readthedocs.io/en/latest/
MIT License
27 stars 6 forks source link

Use typing.cast instead of weird type: ignore workaround #222

Closed TAG-Epic closed 1 year ago

TAG-Epic commented 1 year ago

Still requires a type: ignore, however this will work with newer versions of pyright.

Fixes #221