Skip to content

Commit

Permalink
update premium link
Browse files Browse the repository at this point in the history
  • Loading branch information
YogaSakti committed Sep 9, 2020
1 parent 3b5a8bf commit c58d3b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
|| Reply A Photo |
|| Image Url |
|| Animated sticker using giphy url |
| https://bit.ly/3jYrV0P | sticker with no background |
| https://bit.ly/3hmgD4R | sticker with no background |


| Downloader | Feature |
Expand All @@ -48,11 +48,11 @@
|| Demote User |
|| Kick User |
|| Delete bot message |
| https://bit.ly/3jYrV0P | Mention All User |
| https://bit.ly/3hmgD4R | Mention All User |

## To-Do
- More Feature
- More Refactoring
- Add More Feature
- More refactoring

---

Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const startServer = () => {
client.onAddedToGroup(({ groupMetadata: { id }, contact: { name } }) =>
client.getGroupMembersId(id)
.then((ids) => {
console.log('[CLIENT]', color(`Invited to Group... [ : ${ids.length}]`, 'yellow'))
console.log('[CLIENT]', color(`Invited to Group. [ ${name} : ${ids.length}]`, 'yellow'))
// conditions if the group members are less than 10 then the bot will leave the group
if (ids.length <= 10) {
client.sendText(id, 'Sorry, the minimum group member is 10 user to use this bot. Bye~').then(() => client.leaveGroup(id))
Expand Down

0 comments on commit c58d3b8

Please sign in to comment.