Disthon icon indicating copy to clipboard operation
Disthon copied to clipboard

Discord API wrapper for Python built from scratch

Results 6 Disthon issues
Sort by recently updated
recently updated
newest added

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...

dependencies

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...

dependencies

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....

dependencies

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...

dependencies

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...

enhancement