@vizzor/cli 0.3.5 → 0.4.0
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.
- package/README.md +21 -3
- package/dist/index.js +6668 -6052
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -246,10 +246,19 @@ vizzor bot validate # Check bot token configuration
|
|
|
246
246
|
| `/track <wallet>` | Wallet forensics |
|
|
247
247
|
| `/ico` | Upcoming launches and rounds |
|
|
248
248
|
| `/audit <contract>` | Contract audit |
|
|
249
|
+
| `/price <symbol>` | Live price check |
|
|
250
|
+
| `/predict <symbol>` | AI prediction with signals |
|
|
251
|
+
| `/wallet <address>` | ETH wallet balance |
|
|
252
|
+
| `/agent_create` | Create a trading agent |
|
|
253
|
+
| `/agent_list` | List all agents |
|
|
254
|
+
| `/agent_start` | Start an agent |
|
|
255
|
+
| `/agent_stop` | Stop an agent |
|
|
256
|
+
| `/agent_status` | Agent status & decisions |
|
|
257
|
+
| `/agent_delete` | Delete an agent |
|
|
249
258
|
| `/help` | Show all commands |
|
|
250
|
-
| *@mention* | AI chat
|
|
259
|
+
| *@mention* | AI-powered chat with live data |
|
|
251
260
|
|
|
252
|
-
**Setup**: Enable the `MESSAGE_CONTENT` privileged intent in the [Discord Developer Portal](https://discord.com/developers/applications) for @mention
|
|
261
|
+
**Setup**: Enable the `MESSAGE_CONTENT` privileged intent in the [Discord Developer Portal](https://discord.com/developers/applications) for @mention AI chat.
|
|
253
262
|
|
|
254
263
|
### Telegram Bot
|
|
255
264
|
|
|
@@ -260,7 +269,16 @@ vizzor bot validate # Check bot token configuration
|
|
|
260
269
|
| `/track <wallet>` | Wallet forensics |
|
|
261
270
|
| `/ico` | Upcoming launches and rounds |
|
|
262
271
|
| `/audit <contract>` | Contract audit |
|
|
263
|
-
|
|
|
272
|
+
| `/price <symbol>` | Live price check |
|
|
273
|
+
| `/predict <symbol>` | AI prediction with signals |
|
|
274
|
+
| `/wallet <address>` | ETH wallet balance |
|
|
275
|
+
| `/agent_create` | Create a trading agent |
|
|
276
|
+
| `/agent_list` | List all agents |
|
|
277
|
+
| `/agent_start` | Start an agent |
|
|
278
|
+
| `/agent_stop` | Stop an agent |
|
|
279
|
+
| `/agent_status` | Agent status & decisions |
|
|
280
|
+
| `/agent_delete` | Delete an agent |
|
|
281
|
+
| *Any text* | AI-powered chat with live data |
|
|
264
282
|
|
|
265
283
|
---
|
|
266
284
|
|