feat: better private channel detection, bot version debugging (#7680)

Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
This commit is contained in:
BestCodes
2026-03-05 14:02:52 -06:00
committed by GitHub
parent 8d04f6f40e
commit f903c62ed0
4 changed files with 29 additions and 29 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
{
"name": "goose-ask-ai-bot",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"description": "Bot created with discraft",
"module": "index.ts",
"type": "module",
@@ -15,13 +15,13 @@
"typescript": "^5.9.3"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.46",
"ai": "^6.0.62",
"@ai-sdk/anthropic": "^3.0.58",
"ai": "^6.0.116",
"consola": "^3.4.2",
"dedent": "^1.7.1",
"dedent": "^1.7.2",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"marked": "^17.0.1",
"dotenv": "^17.3.1",
"marked": "^17.0.4",
"minisearch": "^7.2.0",
"zod": "^4.3.6"
}