Add redis to client init

This commit is contained in:
Zeva Rose 2022-05-03 01:08:13 -06:00
parent 6bd0b7f1a8
commit 8226320640

View file

@ -36,6 +36,7 @@ async def run() -> None:
sync_interactions=jconfig.sync,
delete_unused_application_cmds=True,
send_command_tracebacks=False,
redis=jconfig.redis,
)
if jconfig.log_level == "DEBUG":