From d38ba5053442200fabb5e8cd8390be33c51bd7f9 Mon Sep 17 00:00:00 2001 From: Karthik_terror-boy <85664936+terror-boy@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:26:10 +0530 Subject: [PATCH 1/2] minor error fixed --- plugins/autofakekick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autofakekick.js b/plugins/autofakekick.js index a1a3e1f..d5701e0 100644 --- a/plugins/autofakekick.js +++ b/plugins/autofakekick.js @@ -1,7 +1,7 @@ // // Config.FAKE_BAN -// Config.COUNTRY_CODE you can add two country codes for allowed like 94/91 devied using '/' +// Config.COUNTRY_CODE you can add two country codes for allowed like 94/91 divded using '/' const QueenSew = require('../events'); const {MessageType} = require('@adiwajshing/baileys'); From b76c0374b8a1e7579a0ea2e0f6f2059825e73365 Mon Sep 17 00:00:00 2001 From: Karthik_terror-boy <85664936+terror-boy@users.noreply.github.com> Date: Mon, 11 Oct 2021 13:39:36 +0530 Subject: [PATCH 2/2] Update autofakekick.js --- plugins/autofakekick.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/autofakekick.js b/plugins/autofakekick.js index d5701e0..ed678af 100644 --- a/plugins/autofakekick.js +++ b/plugins/autofakekick.js @@ -1,7 +1,7 @@ // // Config.FAKE_BAN -// Config.COUNTRY_CODE you can add two country codes for allowed like 94/91 divded using '/' +// Config.COUNTRY_CODE you can add two country codes for allowed like 94/91 divided using '/' const QueenSew = require('../events'); const {MessageType} = require('@adiwajshing/baileys');