discodo icon indicating copy to clipboard operation
discodo copied to clipboard

Enhanced Audio Player for Discord

Results 11 discodo issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 4.0.0. Release notes Sourced from actions/setup-python's releases. v4.0.0 What's Changed Support for python-version-file input: #336 Example of usage: - uses: actions/setup-python@v4 with: python-version-file: '.python-version' #...

dependencies
github_actions

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.0. Changelog Sourced from lxml's changelog. 4.9.0 (2022-06-01) Bugs fixed GH#341: The mixin inheritance order in lxml.html was corrected. Patch by xmo-odoo. Other changes Built...

dependencies
python

Bumps [sanic](https://github.com/sanic-org/sanic) from 21.6.2 to 22.3.2. Release notes Sourced from sanic's releases. Version 22.3.2 Full Changelog: https://github.com/sanic-org/sanic/compare/v22.3.1...v22.3.2 Resolve warning issue with error handler mismatch warning https://github.com/sanic-org/sanic/commit/3a1a9f071df24e2fe0ff5aac7d529019034fe898 Version 22.3.1 What's Changed...

dependencies
python

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 2.12.1 to 3.0.0. Changelog Sourced from pytest-cov's changelog. 3.0.0 (2021-10-04) Note that this release drops support for Python 2.7 and Python 3.5. Added support for Python 3.10...

dependencies
python

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. Commits 82b698e Release 4.0.1 0fac346 Merge pull request #1410 from PyCQA/parallel-syntax-error aa54693 fix parallel execution collecting a SyntaxError d31c535 Release 4.0.0 afd2399 Merge pull...

dependencies
python

Bumps [sphinxcontrib-httpdomain](https://github.com/sphinx-contrib/httpdomain) from 1.7.0 to 1.8.0. Changelog Sourced from sphinxcontrib-httpdomain's changelog. :orphan: Changelog Version 1.8.0 Released on September 23, 2020 Make the generated routing table referencable using the 'routingtable' label....

dependencies
python

Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.2 to 1.0.0. Changelog Sourced from sphinx-rtd-theme's changelog. 1.0.0 Incompatible Changes The minimum supported python version is now 2.7 or 3.4 and greater (#1093) The minimum supported...

dependencies
python

Even if the number of voice clients decreases, the memory remains the same.

When the bot removed from the guild, the VoiceClient isn't destroyed. But it still exist and trying to send something to that channel. And I can see an error. ```...

bug