mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Update error notification user ID for improved error reporting
This commit is contained in:
parent
121e0d9955
commit
35c40ea195
2
bot.py
2
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user