Skip to content

Commit 6d6d71f

Browse files
committed
[REFACTOR] removes unnecessary command github
1 parent dc4f1a4 commit 6d6d71f

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ const alice = new Alice([
1111
path.create('src/commands/cron', 'cron'),
1212
path.create('src/commands/dice', 'dice'),
1313
path.create('src/commands/doc', 'doc'),
14-
path.create('src/commands/doc', 'help'),
15-
path.create('src/commands/github', 'github'),
1614
path.create('src/commands/links', 'links'),
1715
path.create('src/commands/lyric', 'lyric'),
1816
path.create('src/commands/report', 'report'),

src/commands/doc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ const strings = {
33
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_
44
55
Quer a documentação de um comando especifico? Use o comando \`\`\`!doc\`\`\` com a flag de seu nome, ex: \`\`\`!doc --lyric\`\`\`. Se não conhece os comandos, use \`\`\`!commands\`\`\`
6+
7+
_Quer contribuir? Então dá uma olhada em https://github.com/Coding-in-community/alice_
68
`,
79
bot: `
810
comando: *!bot*
@@ -25,10 +27,6 @@ descrição: lanca um dado de rpg e retorna seu valor
2527
doc: `
2628
comando: *!doc*
2729
descrição: documentação do bot
28-
`,
29-
github: `
30-
comando: *!github*
31-
descrição: link da ultima versão estável do sistema
3230
`,
3331
links: `
3432
comando: *!links*

src/commands/github.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)