Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ const alice = new Alice([
path.create('src/commands/cron', 'cron'),
path.create('src/commands/dice', 'dice'),
path.create('src/commands/doc', 'doc'),
path.create('src/commands/doc', 'help'),
path.create('src/commands/github', 'github'),
path.create('src/commands/links', 'links'),
path.create('src/commands/lyric', 'lyric'),
path.create('src/commands/report', 'report'),
Expand Down
6 changes: 2 additions & 4 deletions src/commands/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const strings = {
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_

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\`\`\`

_Quer contribuir? Então dá uma olhada em https://github.com/Coding-in-community/alice_
`,
bot: `
comando: *!bot*
Expand All @@ -25,10 +27,6 @@ descrição: lanca um dado de rpg e retorna seu valor
doc: `
comando: *!doc*
descrição: documentação do bot
`,
github: `
comando: *!github*
descrição: link da ultima versão estável do sistema
`,
links: `
comando: *!links*
Expand Down
1 change: 0 additions & 1 deletion src/commands/github.js

This file was deleted.