You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -21,47 +60,58 @@ export class HelpModule extends Module {
21
60
if(!msg.guild)return;
22
61
23
62
if(!cmdTrigger){
24
-
letembed=newMessageEmbed()
63
+
constembed=newMessageEmbed()
25
64
.setAuthor(
26
65
msg.guild.name,
27
66
msg.guild.iconURL({dynamic: true})||undefined,
28
67
)
29
68
.setTitle('Bot Usage')
30
69
.setDescription(
31
70
`Hello ${msg.author.username}! Here is a list of all commands in me! To get detailed description on any specific command, do \`help <command>\``,
32
-
)
33
-
.addField(
34
-
`**Misc Commands:**`,
35
-
`\`help\` ► View a list of all commands!\n\`ping\` ► View the latency of the bot\n\`ask\` ► Sends a message with a link for [dontasktoask.com](https://dontasktoask.com)\n\`reactfc\` ► Sends a message with a link to a [pull request removing React.FC](https://github.com/facebook/create-react-app/pull/8177#issue-353062710)\n\`playground\` ► Just enter your code and get a link with TS playground!`,
36
-
)
37
-
.addField(
38
-
`**Help Channel Commands:**`,
39
-
`\`done\` ► Close a __ongoing__ help channel opened by you!`,
40
-
)
41
-
.addField(
42
-
`**Reputation Commands**`,
43
-
`\`rep\` ► Did somebody help you? Give them a reputation point!\n\`history\` ► Check the reputation history of a user!\n\`leaderboard\` ► See the reputation leaderboard!`,
0 commit comments