From 35c40ea195e15bd98fc49bb95d38cdbff38ff560 Mon Sep 17 00:00:00 2001 From: pancakes-proxy Date: Sat, 10 May 2025 03:43:54 +0900 Subject: [PATCH] Update error notification user ID for improved error reporting --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4cfb5ce..f120f14 100644 --- a/bot.py +++ b/bot.py @@ -24,7 +24,7 @@ intents.message_content = True bot = commands.Bot(command_prefix="/", intents=intents) # User ID to send error notifications to -ERROR_NOTIFICATION_USER_ID = 452666956353503252 +ERROR_NOTIFICATION_USER_ID = 1141746562922459136 # Decorator to catch and report exceptions in any function def catch_exceptions(func):