Add redis to client init
This commit is contained in:
parent
6bd0b7f1a8
commit
8226320640
1 changed files with 1 additions and 0 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Reference in a new issue