Partial migration to dpy, music cog

This commit is contained in:
2022-11-12 19:38:22 +01:00
parent a4986a04fc
commit 9f62a48bbd
15 changed files with 446 additions and 611 deletions
+2 -2
View File
@@ -7,11 +7,11 @@ license = "GPL-v3.0"
[tool.poetry.dependencies]
python = "^3.8"
lavalink = "^3.1.4"
lavalink = "4.0.4"
humanize = "^3.12.0"
"discord.py" = { git = "https://github.com/iDevision/enhanced-discord.py", branch = "2.0", extras = ["voice", "speed"] }
uvloop = {version = "^0.16.0", optional = true}
aioredis = "^2.0.0"
"discord.py" = {version = "^2.0.1", extras = ["voice"]}
[tool.poetry.dev-dependencies]
black = {version = "^21.9b0", allow-prereleases = true}