feat: enhance error handling and retry logic for Discord bot connections

This commit is contained in:
2025-09-22 22:00:11 -05:00
parent 468480478a
commit de7bcccb88
4 changed files with 152 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
{
"compilerOptions": {
"target": "ES2024",
"module": "ESNext",
"moduleResolution": "nodenext",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,