Skip to content

Commit

Permalink
v1.2.001
Browse files Browse the repository at this point in the history
  • Loading branch information
guiguicdd committed Dec 8, 2021
1 parent a7d61a5 commit 4a75a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cd wabase-md
yarn
```

##### INICIAR O WABASEMD
##### INICIAR O WABASEMD (BOT/ROBÔ)
```Alpine Abuild
npm start
```
Expand Down Expand Up @@ -57,7 +57,7 @@ cd wabase-md
yarn
```

##### STARTS WABASEMD
##### STARTS WABASEMD (BOT/ROBÔ)
```Alpine Abuild
npm start
```
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const startSock = () => {
if (!msg.key.fromMe && m.type === 'notify') {
console.log('+ respondendo: ', msg.key.remoteJid)
await sock.sendReadReceipt(msg.key.remoteJid, msg.key.participant, [msg.key.id])
await sock.sendMessage(msg.key.remoteJid, { text: 'Opa! WABaseMD funcionando!' })
await sock.sendMessage(msg.key.remoteJid, { text: 'Opa! WABaseMD funcionando! Agora a estrela do https://github.com/guiguicdd/wabase-md' })
}
})

Expand Down

0 comments on commit 4a75a70

Please sign in to comment.