Fix bad config name

This commit is contained in:
Zeva Rose 2022-04-29 17:03:17 -06:00
parent fe8bd90854
commit a68b9fd8f2

View file

@ -24,7 +24,7 @@ logger.addHandler(file_handler)
intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGE_CONTENT intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGE_CONTENT
restart_ctx = None restart_ctx = None
if jconfig.rook: if jconfig.rook_token:
rook.start(token=jconfig.rook_token, labels={"env": "dev"}) rook.start(token=jconfig.rook_token, labels={"env": "dev"})
jarvis = Jarvis( jarvis = Jarvis(