Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adulalhy authored Sep 7, 2021
1 parent 8f022b7 commit f11ed37
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,28 @@ fs.unlinkSync(media)
.save(out)
}
break

case 'mode':
sendButMessage(
from,
`STATUS MODE BOT`,
`Silahkan pilih salah satu`,
[
{
buttonId: `self`,
buttonText: {
displayText: `SELF MODE`,
},
type: 1,
},
{
buttonId: `public`,
buttonText: {
displayText: `PUBLIC MODE`,
},
type: 1,
},
])
break



Expand Down

0 comments on commit f11ed37

Please sign in to comment.