Spaces:
Running
Running
VinOS Agent commited on
Commit Β·
78c8a12
1
Parent(s): d0c33d2
VinOS Auto-Update: Strategic Sync
Browse files- skills/set_telegram_menu.js +17 -17
skills/set_telegram_menu.js
CHANGED
|
@@ -13,23 +13,23 @@ const setCommands = async () => {
|
|
| 13 |
const url = `https://api.telegram.org/bot${token}/setMyCommands`;
|
| 14 |
|
| 15 |
const commands = [
|
| 16 |
-
{ command: 'start', description: 'π¦ VinOS Command Center' },
|
| 17 |
-
{ command: 'gash', description: 'π¨ AI Image Creator' },
|
| 18 |
-
{ command: 'write', description: 'π Write & Publish SEO
|
| 19 |
-
{ command: 'seo', description: 'π Architect SEO Strategy' },
|
| 20 |
-
{ command: 'report', description: 'π Web-Researched Output' },
|
| 21 |
-
{ command: 'turbo', description: 'β‘
|
| 22 |
-
{ command: 'reason', description: 'π§
|
| 23 |
-
{ command: 'sync', description: 'π Push
|
| 24 |
-
{ command: 'newskill', description: 'π οΈ Auto-code
|
| 25 |
-
{ command: 'agents', description: 'π οΈ
|
| 26 |
-
{ command: 'index', description: 'π
|
| 27 |
-
{ command: 'updates', description: 'π
|
| 28 |
-
{ command: 'move', description: 'π Move
|
| 29 |
-
{ command: 'sentiment', description: 'π MiroFish Sentiment
|
| 30 |
-
{ command: 'carousel', description: 'π
|
| 31 |
-
{ command: 'research', description: 'π Research & Draft
|
| 32 |
-
{ command: 'social', description: 'π± Social
|
| 33 |
];
|
| 34 |
|
| 35 |
try {
|
|
|
|
| 13 |
const url = `https://api.telegram.org/bot${token}/setMyCommands`;
|
| 14 |
|
| 15 |
const commands = [
|
| 16 |
+
{ command: 'start', description: 'π¦ VinOS Command Center (v1.0)' },
|
| 17 |
+
{ command: 'gash', description: 'π¨ AI Image Creator (v1.0)' },
|
| 18 |
+
{ command: 'write', description: 'π Write & Publish SEO (v1.1)' },
|
| 19 |
+
{ command: 'seo', description: 'π Architect SEO Strategy (v1.0)' },
|
| 20 |
+
{ command: 'report', description: 'π Web-Researched Output (v1.0)' },
|
| 21 |
+
{ command: 'turbo', description: 'β‘ Fast Mode (v1.0)' },
|
| 22 |
+
{ command: 'reason', description: 'π§ Reasoning Mode (v1.0)' },
|
| 23 |
+
{ command: 'sync', description: 'π Push to Cloud (v1.0)' },
|
| 24 |
+
{ command: 'newskill', description: 'π οΈ Auto-code Agent (v0.5)' },
|
| 25 |
+
{ command: 'agents', description: 'π οΈ Active Skills (v0.5)' },
|
| 26 |
+
{ command: 'index', description: 'π Google Indexer (v1.0)' },
|
| 27 |
+
{ command: 'updates', description: 'π CRM Pipeline Updates (v1.0)' },
|
| 28 |
+
{ command: 'move', description: 'π Move CRM Card (v1.0)' },
|
| 29 |
+
{ command: 'sentiment', description: 'π MiroFish Sentiment (v0.8)' },
|
| 30 |
+
{ command: 'carousel', description: 'π Carousel Generator (v0.8)' },
|
| 31 |
+
{ command: 'research', description: 'π Social Research & Draft (v0.9)' },
|
| 32 |
+
{ command: 'social', description: 'π± Social Instructions (v1.0)' }
|
| 33 |
];
|
| 34 |
|
| 35 |
try {
|