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,13 +1,13 @@
{
"name": "amayo",
"version": "0.10.210",
"version": "0.11.2",
"description": "",
"main": "src/main.ts",
"scripts": {
"start": "npx tsx watch src/main.ts",
"dev": "npx tsx watch src/main.ts"
},
"keywords": [],
"keywords": [ ],
"author": "",
"license": "ISC",
"type": "commonjs",
@@ -25,4 +25,4 @@
"ts-node": "10.9.2",
"typescript": "5.9.2"
}
}
}