supertelegram 0.3.1 → 0.3.2

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  telegram cli for ai to read/write messages using gramjs.
4
4
 
5
+ > **warning:** don't use this to send spam or abuse the telegram api. your account can get banned.
6
+
5
7
  ## installation
6
8
 
7
9
  ```bash
@@ -99,8 +101,8 @@ telegram send @friend "hey" --session ./custom.txt
99
101
 
100
102
  clone repo and install:
101
103
  ```bash
102
- git clone https://github.com/caffeinum/telegram-cli.git
103
- cd telegram-cli
104
+ git clone https://github.com/caffeinum/supertelegram.git
105
+ cd supertelegram
104
106
  bun install
105
107
  ```
106
108
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supertelegram",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "telegram cli for humans and bots",
5
5
  "module": "index.ts",
6
6
  "type": "module",