Disthon
Disthon copied to clipboard
Discord API wrapper for Python built from scratch
Updates the requirements on [cython](https://github.com/cython/cython) to permit the latest version. Changelog Sourced from cython's changelog. 0.29.35 (2023-05-24) Bugs fixed A garbage collection enabled subtype of a non-GC extension type could...
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. Changelog Sourced from pydantic's changelog. v1.10.8 (2023-05-23) Fix a bug in Literal usage with typing-extension==4.6.0, #5826 by @hramezani This solves...
Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v67.8.0 Changes ^^^^^^^ #3128: In deprecated easy_install, reload and merge the pth file before saving....
Updates the requirements on [yarl](https://github.com/aio-libs/yarl) to permit the latest version. Release notes Sourced from yarl's releases. 1.9.2 Bugfixes Fix regression with truediv and absolute URLs with empty paths causing the...
Add collectors just like discord.js has. These will collect certain event types and stores these in a list according to a filter. Every time an event passes the filter, it...