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:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user