Added aioredis + custom context

This commit is contained in:
2021-10-31 14:43:53 +01:00
parent fc7da80b29
commit b3a6a3e13c
5 changed files with 43 additions and 9 deletions
+1
View File
@@ -11,6 +11,7 @@ lavalink = "^3.1.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"
[tool.poetry.dev-dependencies]
black = {version = "^21.9b0", allow-prereleases = true}