MCPcopy Create free account
hub / github.com/Xchristech2/Zenitsu-Bot / helpCommand

Function helpCommand

commands/help.js:5–288  ·  view source on GitHub ↗
(sock, chatId, message)

Source from the content-addressed store, hash-verified

3const path = require('path');
4
5async function helpCommand(sock, chatId, message) {
6
7const helpMessage = `
8╭═══════════════════════════╮
9│ ⚡ *Z E N I T S U • M E N U* ⚡
10╰═══════════════════════════╯
11
12
13👑 *BOT INFO*
14╭──────────────────
15│ ⚡ Bot: ${settings.botName || 'Zenitsu-Bot'}
16
17│ 👑 Owner: ${settings.botOwner || 'Chris Gaaju'}
18
19│ ⚙️ Version: ${settings.version || '4.0.0'}
20
21│ 🌙 Mode: Thunder Breathing
22╰──────────────────
23
24
25⚡ *GENERAL COMMANDS*
26╭──────────────────
27│ ⚡ .menu
28
29│ ⚡ .help
30
31│ ⚡ .ping
32
33│ ⚡ .alive
34
35│ ⚡ .tts <text>
36
37│ ⚡ .owner
38
39│ ⚡ .joke
40
41│ ⚡ .quote
42
43│ ⚡ .fact
44
45│ ⚡ .weather <city>
46
47│ ⚡ .lyrics <song>
48
49│ ⚡ .vv
50
51│ ⚡ .trt
52
53│ ⚡ .ss
54╰──────────────────
55
56
57👥 *ADMIN CONTROL*
58╭──────────────────
59│ ⚡ .ban
60
61│ ⚡ .kick
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected