Skip to content

Commit

Permalink
Betulin grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
SlavyanDesu authored Mar 1, 2021
1 parent c599394 commit 24d53aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const start = (bocchi = new Client()) => {

bocchi.onAddedToGroup(async (chat) => {
const gc = await bocchi.getAllGroups()
console.log(color('[BOCCHI]'), 'Added a to new group. Name:', color(chat.contact.name, 'yellow'), 'Total members:', color(chat.groupMetadata.participants.length, 'yellow'))
console.log(color('[BOCCHI]'), 'Added to a new group. Name:', color(chat.contact.name, 'yellow'), 'Total members:', color(chat.groupMetadata.participants.length, 'yellow'))
if (chat.groupMetadata.participants.includes(ownerNumber)) {
await bocchi.sendText(chat.id, ind.addedGroup(chat))
} else if (gc.length > groupLimit) {
Expand Down

0 comments on commit 24d53aa

Please sign in to comment.