Commit graph

10 commits

Author SHA1 Message Date
3c4fba46b6
feat(tts): bunch of changes
- changed how the cog loads, instead of depending on the `PyLavPlayer` cog, it'll just load PyLav from the `__init__.py` file
- moved configuration to a separate file
- added a configuration menu
- added pylav as a dependency in poetry and `info.json`
- set repository python version to `>=3.11,<3.12`
2024-02-21 10:53:28 -05:00
858a1bae8a
fix(repo): ruff fixes / removing pylint exceptions 2024-02-14 11:04:26 -05:00
e34d621e6d
test(ruff): enabled E, C, disabled C901 2024-02-14 10:59:10 -05:00
dd9e221e2d
misc(repo): adding some more stuff to the ruff configs 2024-02-14 10:51:10 -05:00
5aff4afad1
misc(repo): setting up ruff 2024-02-14 10:43:21 -05:00
516e4539e8
fix(repo): fixed pyproject file having incorrect deps 2024-02-14 10:37:54 -05:00
eafd02bb53
feat(workflow): switch to ruff for code linting 2024-02-14 10:35:57 -05:00
9bd41317c6
feat(docs): added documentation using mkdocs and readthedocs 2024-01-04 17:23:11 -05:00
1323578f56
misc(repo): removed mysql-connector-python from the poetry file 2023-12-28 06:09:23 -05:00
db2f6bdded
Initial commit 2023-12-14 18:35:25 -05:00