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
Copy file name to clipboardExpand all lines: src/commands/about.js
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,11 @@
1
1
const{ Command }=require('../utils');
2
2
3
3
constSTRINGS={
4
-
help: Command.message`
5
-
Mostra informações sobre o bot.
6
-
7
-
*uso:* \`\`\`!about [--args]\`\`\`
8
-
9
-
*args válidos:*
10
-
\`\`\`--help\`\`\` -> _mostra esta mensagem._
11
-
`,
4
+
help: Command.helper({
5
+
description: 'Mostra informações sobre o bot.',
6
+
usage: '!about [--args]',
7
+
args: {help: 'mostra esta mensagem.'},
8
+
}),
12
9
13
10
about: Command.message`
14
11
Alice foi criada utilizando a biblioteca \`\`\`whatsapp-web.js\`\`\` como base sob licença Apache 2.0. Saiba mais em _https://github.com/pedroslopez/whatsapp-web.js_
0 commit comments