.gitignore
.readthedocs.yaml
Cargo.lock
Cargo.toml
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
setup.py
.github/workflows/docs.yml
docs/Makefile
docs/conf.py
docs/hikari.rst
docs/index.rst
docs/make.bat
docs/requirements.txt
docs/songbird.png
docs/songbird.rst
docs/extensions/autotypehint.py
docs/extensions/docstrings.py
examples/hikari.py
songbird/__init__.py
songbird/helpers.py
songbird/hikari.py
songbird/queue.py
songbird/songbird.pyi
songbird_py.egg-info/PKG-INFO
songbird_py.egg-info/SOURCES.txt
songbird_py.egg-info/dependency_links.txt
songbird_py.egg-info/not-zip-safe
songbird_py.egg-info/requires.txt
songbird_py.egg-info/top_level.txt
src/config.rs
src/driver.rs
src/event.rs
src/exceptions.rs
src/lib.rs
src/source.rs
src/track.rs
src/track_handle.rs
src/utils.rs