Fix bad config name
This commit is contained in:
parent
fe8bd90854
commit
a68b9fd8f2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ logger.addHandler(file_handler)
|
|||
intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGE_CONTENT
|
||||
restart_ctx = None
|
||||
|
||||
if jconfig.rook:
|
||||
if jconfig.rook_token:
|
||||
rook.start(token=jconfig.rook_token, labels={"env": "dev"})
|
||||
|
||||
jarvis = Jarvis(
|
||||
|
|
Loading…
Add table
Reference in a new issue