diff --git a/bot.py b/bot.py index 2934d07..5a78d4d 100644 --- a/bot.py +++ b/bot.py @@ -235,6 +235,9 @@ async def main(): if "shutdown" in config: shutdown_title = config["shutdown"].get("title") shutdown_message = config["shutdown"].get("message") + else: + shutdown_title = None + shutdown_message = None # Create and start the bot bot = RoombaBot(