Update error notification user ID for improved error reporting

This commit is contained in:
pancakes-proxy 2025-05-10 03:43:54 +09:00
parent 121e0d9955
commit 35c40ea195

2
bot.py
View File

@ -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):