feat: enhance error handling and retry logic for Discord bot connections
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user