Version Related Info¶
There are two main ways to query version information about the library. For guarantees, check Version Guarantees.
- discord.version_info¶
A named tuple that is similar to
sys.version_info
.Just like
sys.version_info
the valid values forreleaselevel
are ‘alpha’, ‘beta’, ‘candidate’ and ‘final’.