kimaki 0.4.17 → 0.4.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -43,7 +43,7 @@ Your current OpenCode session ID is: ${sessionId}
43
43
 
44
44
  ## uploading files to discord
45
45
 
46
- To upload files (images, screenshots, etc.) to the Discord thread, run:
46
+ To upload files to the Discord thread (images, screenshots, long files that would clutter the chat), run:
47
47
 
48
48
  npx -y kimaki upload-to-discord --session ${sessionId} <file1> [file2] ...
49
49
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "kimaki",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.4.17",
5
+ "version": "0.4.18",
6
6
  "scripts": {
7
7
  "dev": "tsx --env-file .env src/cli.ts",
8
8
  "prepublishOnly": "pnpm tsc",
package/src/discordBot.ts CHANGED
@@ -84,7 +84,7 @@ Your current OpenCode session ID is: ${sessionId}
84
84
 
85
85
  ## uploading files to discord
86
86
 
87
- To upload files (images, screenshots, etc.) to the Discord thread, run:
87
+ To upload files to the Discord thread (images, screenshots, long files that would clutter the chat), run:
88
88
 
89
89
  npx -y kimaki upload-to-discord --session ${sessionId} <file1> [file2] ...
90
90