Skip to content

Commit

Permalink
update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfzvx12 committed Oct 23, 2021
1 parent 9fa1bab commit a4adab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ module.exports = client = async (client, mek) => {
if (isCmd && !isOwner) msgFilter.addFilter(from)


if (budy && isCmd) addUser(sender); // menambah informasi user kedalam database
if (budy && isCmd) addGroup(from); // menambah informasi group kedalam database
if (budy) addUser(sender); // menambah informasi user kedalam database
if (budy) addGroup(from); // menambah informasi group kedalam database
if (isCmd) addCmd() // menambah jumlah total command ketika user menggunakan command
if (isCmd) addPoin(sender); // menambah poin user ketika menggunakan command

Expand Down

0 comments on commit a4adab7

Please sign in to comment.