Add redis code_responses flag
This commit is contained in:
parent
2f2aa20ed6
commit
e7c3b664db
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ async def run() -> None:
|
|||
redis_config = jconfig.redis.copy()
|
||||
redis_host = redis_config.pop("host")
|
||||
|
||||
redis = await aioredis.from_url(redis_host, **redis_config)
|
||||
redis = await aioredis.from_url(redis_host, decode_responses=True, **redis_config)
|
||||
|
||||
jarvis = Jarvis(
|
||||
intents=intents,
|
||||
|
|
Loading…
Add table
Reference in a new issue