Skip to content

Commit 105b12a

Browse files
committed
npm
1 parent a811193 commit 105b12a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ Caso você queira treinar e contribuir com esse projeto crie um bot para alguma
471471
- mdn.io
472472
- DuckDuckGo
473473
- redtube
474+
- npm
474475
475476
E envie para a pasta `src/` o arquivo com o nome: `desafioBusca.${seu_github_user}.js`
476477

src/bot.onText.google.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ const sendGoogle = ( msg, match ) =>
3434
.then( sendLinkFrom( msg ) )
3535
.catch( log( `Error: `) )
3636

37-
bot.onText( /\/google (.*)/, sendGoogle )
37+
bot.onText( /google (.*)/, sendGoogle )
3838

0 commit comments

Comments
 (0)