.DS_Store
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
mkdocs.yml
pyproject.toml
pyrightconfig.json
req.txt
sonar-project.properties
sonarqube-issues-report.md
.github/workflows/build_and_publish.yml
.github/workflows/deploy-docs.yml
.github/workflows/sonar_Analysis.yml
.github/workflows/version_checks.yml
assets/banner.svg
assets/logo.svg
docs/.DS_Store
docs/changelog.md
docs/index.md
docs/api-reference/enums.md
docs/api-reference/events.md
docs/api-reference/exceptions.md
docs/api-reference/filters.md
docs/api-reference/hypercache.md
docs/api-reference/node.md
docs/api-reference/player.md
docs/api-reference/pool.md
docs/api-reference/queue.md
docs/api-reference/tracks.md
docs/api-reference/typings.md
docs/assets/logo.svg
docs/examples/basic-bot.md
docs/examples/full-bot.md
docs/examples/slash-commands.md
docs/getting-started/configuration.md
docs/getting-started/installation.md
docs/getting-started/lavalink-setup.md
docs/getting-started/quickstart.md
docs/guide/autoplay.md
docs/guide/caching.md
docs/guide/errors.md
docs/guide/events.md
docs/guide/filters.md
docs/guide/nodes.md
docs/guide/playback.md
docs/guide/queue.md
docs/includes/abbreviations.md
docs/javascripts/extra.js
docs/stylesheets/extra.css
example/main.py
tests/conftest.py
tests/test_backoff.py
tests/test_coverage_final.py
tests/test_exceptions.py
tests/test_filters.py
tests/test_filters_extended.py
tests/test_hypercache.py
tests/test_logger.py
tests/test_node.py
tests/test_player.py
tests/test_player_edge.py
tests/test_player_extended.py
tests/test_pool.py
tests/test_pool_edge.py
tests/test_pool_extended.py
tests/test_queue.py
tests/test_queue_extended.py
tests/test_track.py
tests/test_utils.py
tests/test_websocket.py
testvoltricx.egg-info/PKG-INFO
testvoltricx.egg-info/SOURCES.txt
testvoltricx.egg-info/dependency_links.txt
testvoltricx.egg-info/requires.txt
testvoltricx.egg-info/top_level.txt
voltricx/__init__.py
voltricx/__main__.py
voltricx/_version.py
voltricx/backoff.py
voltricx/exceptions.py
voltricx/filters.py
voltricx/hypercache.py
voltricx/logger.py
voltricx/node.py
voltricx/player.py
voltricx/pool.py
voltricx/queue.py
voltricx/utils.py
voltricx/websocket.py
voltricx/typings/__init__.py
voltricx/typings/base.py
voltricx/typings/common.py
voltricx/typings/enums.py
voltricx/typings/events.py
voltricx/typings/filters.py
voltricx/typings/node.py
voltricx/typings/player.py
voltricx/typings/routeplanner.py
voltricx/typings/session.py
voltricx/typings/track.py
voltricx/typings/websocket.py