🇱🇰 ⬆️ Queen Amdi Patch Note – 3.6V ⬆️🇱🇰
Check out our website : https://amdaniwasa.com/
━━━━━━━━━━━━━
🆕 New features :
☞ Web API upgraded + speeded up the server based commands.
☞ Fully NPM based functions.
☞ Added Auto Inbox Messages Blocking system. (You can turn on it by .settings command)
☞ Added Vote Poll System. (To learn how to set a vote vist https://github.com/BlackAmda/QueenAmdi/wiki/Vote-Poll-System)
☞ Added log number error hide option. (.setvar NO_ERROR_LOG=true)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Codded by @phaticusthiccy | |
Telegram: t.me/phaticusthiccy | |
Instagram: www.instagram.com/kyrie.baran | |
*/ | |
const Asena = require('../events'); | |
const { MessageType, Mimetype, GroupSettingChange, MessageOptions } = require('@adiwajshing/baileys'); | |
const Axios = require('axios'); | |
const Config = require('../config') | |
const fs = require('fs') |