From 779a3b7554afa95ba9e6fa3c0b485aa43792122e Mon Sep 17 00:00:00 2001 From: WhatDidYouExpect <89535984+WhatDidYouExpect@users.noreply.github.com> Date: Wed, 21 May 2025 19:50:49 +0200 Subject: [PATCH] Update bot.py --- bot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bot.py b/bot.py index 79446f9..68f950d 100644 --- a/bot.py +++ b/bot.py @@ -347,6 +347,8 @@ def ping_server(): print(f"{YELLOW}{get_translation(LOCALE, 'pinging_disabled')}{RESET}") os.environ['gooberauthenticated'] = 'No' return + goobres = requests.get(f"{VERSION_URL}/alert") + print(f"{get_translation(LOCALE, 'goober_server_alert')}={goobres.text}=") file_info = get_file_info(MEMORY_FILE) payload = { "name": NAME,