You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional Python typings do not exist for discord.py
The Ideal Solution
Implement said typings
The Current Solution
Muddling along by reading the docs
Summary
Add in all the Python type annotations for ease of use with IDEs
Problem: Typings were only introduced in Python 3.6, meaning that this will raise the minimum version requirement for discord.py and make newer versions backwards incompatible
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The Problem
Optional Python typings do not exist for discord.py
The Ideal Solution
Implement said typings
The Current Solution
Muddling along by reading the docs
Summary
The text was updated successfully, but these errors were encountered: