-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhelp.js
More file actions
218 lines (184 loc) ยท 6.26 KB
/
help.js
File metadata and controls
218 lines (184 loc) ยท 6.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
module.exports = {
name: 'help',
aliases: ['menu'],
description: 'Displays the list of all available commands.',
async execute(context) {
const { reply } = context;
await reply(`*๐โ๏ธ ๐ณ๐ฮ๐ถรโฆ โฃ๐ฐ๐ป๐ป โฑฃโฑงฮโฅลฆรโฅ ๐ฒ๐พ๐ฝ๐๐พ๐ป๐ด โ๏ธ๐*
\`\`\`
โโโโโโโโโโโโโโโโ
๐
๐
ก๐
๐
๐
๐
๐ฒ๐พ๐ผ๐ผ๐ฐ๐ฝ๐ณ ๐ฒ๐พ๐ฝ๐๐๐พ๐ป
โโโโโโโโโโโโโโโโ
๐โ๐จ โงซ Welcome, Dragonbound Phantom.
โ๏ธ SYSTEM STATUS: ๐ฅ Active | โก CODE: DRAKON-PHANTOM
๐ถ Motto: โ๐๐ฉ๐ฆ ๐ง๐ช๐ณ๐ฆ ๐ช๐ด ๐ฏ๐ฐ๐ต ๐ต๐ฐ ๐ฃ๐ฆ ๐ง๐ฆ๐ข๐ณ๐ฆ๐ฅโ๐ช๐ต ๐ช๐ด ๐ต๐ฐ ๐ฃ๐ฆ ๐ธ๐ฆ๐ช๐ญ๐ฅ๐ฆ๐ฅ.โ
๐ฎ CORE THEME: Elemental Warfare / Glitched Mythos
โโโโฐโฐโฐโฐโฐโฐโฐโฐโโโ
\`\`\`
---
*๐งฉ General Protocols*
\`\`\`
%start-hunt โ Initiate your dragonbound saga.
%guide <cmd> โ Decrypt command intel.
%profile [@user] โ Scan user profile.
%leaderboard โ Access wealth hierarchy.
%nickname <id> <name>โ Rename your beast.
%mods โ Reveal Phantom Moderators.
%daily โ Claim daily infusion.
%quests โ Activate questline.
%dex <name|id> โ DragonDex access node.
%craft <item> โ Forge item from ether.
%map โ Load world grid.
%achievements โ Display legacy markers.
\`\`\`
---
*๐ฐ Economy Engine*
\`\`\`
%balance โ Scan gold & vault.
%deposit <amt> โ Transfer to vault.
%withdraw <amt> โ Extract from vault.
%mart โ Open item bazaar.
%buy <item> โ Acquire from shop.
%slot <amt> โ Gamble in the glitch.
%market โ Enter player exchange.
\`\`\`
---
*๐ฒ Dragon Management*
\`\`\`
%spawn โ Summon wild entity.
%catch <tool> โ Attempt capture.
%party โ View active squad.
%den โ Access dragon vault.
%sendtoden <id> โ Transfer to vault.
%sendtoparty <id> โ Deploy to squad.
%dragon <name|id> โ Scan dragon data.
\`\`\`
---
*โ๏ธ Combat & Training*
\`\`\`
%train โ Initiate training protocol.
%attack โ Engage wild entity.
%battle @user โ Challenge rival.
%battle fight <1-4> โ Execute combat move.
%remove <move> โ Purge ability.
%dungeon โ Enter cryptic zone.
%boss โ Engage global entity.
\`\`\`
---
*๐ฐ Dungeons & Beasts*
\`\`\`
%dungeons โ List cryptic zones.
%spawn-dungeon <name>โ Admin summon.
%enter-dungeon โ Enter active zone.
%dungeon start โ Begin crawl (Leader only).
%beasts โ List Colossal Entities.
%activate-scenario โ Admin summon beast.
%challenge-beast โ Engage entity.
\`\`\`
---
*๐ Tournaments*
\`\`\`
%tournament create โ Forge battleground.
%tournament join โ Enter arena.
%tournament start โ Begin clash.
%tournament reportwinโ Log victory.
\`\`\`
---
*๐ก๏ธ Guild System*
\`\`\`
%guilds โ List factions.
%guild create โ Forge guild (10K gold).
%guild join โ Request entry.
%guild info โ Scan guild data.
%guild accept โ Approve recruit.
%guild manage โ Promote/Demote/Kick.
%guild slogan โ Update creed.
%guild deposit โ Fund treasury.
%guild withdraw โ Extract funds.
\`\`\`
---
*๐ Gifting & Trade*
\`\`\`
%givedragon โ Transfer beast.
%trade โ Propose exchange.
%trade accept โ Confirm deal.
%trade decline โ Reject deal.
\`\`\`
---
*๐ญ Fun Protocols*
\`\`\`
%compliment โ Send praise.
%insult โ Deliver roast.
%flirt โ Engage charm protocol.
%shayari โ Emit poetic burst.
%goodnight โ Send night signal.
%roseday โ Trigger rose event.
%character โ Reveal persona.
%wasted โ Apply glitch filter.
%ship โ Link two users.
%simp โ Mark devotion.
%stupid โ Echo foolishness.
\`\`\`
---
*๐ Card System*
\`\`\`
%spawncard โ Generate card (mods only).
%claim โ Acquire card (100 gold).
%buypack โ Buy 3-card pack (300 gold).
%cards โ View collection.
%spawnpack6 โ Spawn elite pack.
%spawnpack7 โ Spawn tiered pack.%claimpack โ Claim pack.
%movetodeck โ Transfer to deck.
%movetoholder โ Transfer to holder.
%givecard โ Gift card to user.
\`\`\`
---
### ๐ *Admin Protocols*
\`\`\`
%ban โ Lock user.
%unban โ Unlock user.
%kick โ Eject user.
%wild on/off โ Toggle wild spawns.
%huntdragon โ Spawn elite dragon.
%givegold โ Transfer gold.
%re-roll โ Reset dragon moves.
%environments โ List battle zones.
\`\`\`
---
### ๐ *Owner Controls*
\`\`\`
%addsudo โ Promote mod.
%delsudo โ Demote mod.
%addpower โ Grant power.
%delpower โ Revoke power.
%mode โ Set bot mode.
%clearsession โ Purge session.
%setpp โ Set bot avatar.
%autotyping โ Toggle auto-type.
%autoread โ Toggle auto-read.
%antidelete โ Toggle anti-delete.
%autoreact โ Toggle auto-react.
\`\`\`
---
### ๐ก๏ธ *Group Admin Ops*
\`\`\`
%modes โ Toggle group features.
%open โ Unlock group chat.
%close โ Lock group chat.
\`\`\`
---
### ๐ฅ *Downloader Node*
\`\`\`
%play โ Stream song.
%youtube โ Download YT media.
%instagram โ Download IG media.
%facebook โ Download FB media.
%tiktok โ Download TT media.
\`\`\`
---
**Owner:** ๐ ๐ฐ๐๐๐๐๐๐ ๐ป๐๐๐ ๐
**Console Motto:** *โ๐๐ฉ๐ฆ ๐ฅ๐ณ๐ข๐จ๐ฐ๐ฏ ๐ช๐ด ๐ฏ๐ฐ๐ต ๐ต๐ฐ ๐ฃ๐ฆ ๐ต๐ณ๐ข๐ช๐ฏ๐ฆ๐ฅโ๐ช๐ต ๐ช๐ด ๐ต๐ฐ ๐ฃ๐ฆ ๐ง๐ฆ๐ข๐ณ๐ฆ๐ฅ.โ*
โโโโฐโฐโฐโฐโฐโฐโฐโฐโโโ
`);
},
};