🇱🇰 ⬆️ 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
const { Boom } = require('@hapi/boom') | |
const { default: makeWASocket, delay, DisconnectReason, fetchLatestBaileysVersion, isJidBroadcast, makeCacheableSignalKeyStore, makeInMemoryStore, useMultiFileAuthState } = require('@adiwajshing/baileys') | |
const P = require("pino"); | |
let MAIN_LOGGER = P({ timestamp: () => `,"time":"${new Date().toJSON()}"` }); | |
const logger = MAIN_LOGGER.child({}); | |
logger.level = 'trace' | |
const useStore = !process.argv.includes('--no-store') | |
const doReplies = !process.argv.includes('--no-reply') |
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
RED='\033[0;31m' | |
GREEN='\033[1;32m' | |
CYAN='\033[1;36m' | |
PURPLE='\033[0;35m' | |
NC='\033[0m' | |
printf "${GREEN}╔╗─╔╗────╔╗──╔╗\n║║─║║────║║─╔╝╚╗\n║║─║╠══╦═╝╠═╩╗╔╬╦═╗╔══╗\n║║─║║╔╗║╔╗║╔╗║║╠╣╔╗╣╔╗║\n║╚═╝║╚╝║╚╝║╔╗║╚╣║║║║╚╝║\n╚═══╣╔═╩══╩╝╚╩═╩╩╝╚╩═╗║\n────║║─────────────╔═╝║\n────╚╝─────────────╚══╝\n╔═══╗─────╔╗\n║╔═╗║─────║║\n║╚═╝╠══╦══╣║╔╦══╦══╦══╦══╗\n║╔══╣╔╗║╔═╣╚╝╣╔╗║╔╗║║═╣══╣\n║║──║╔╗║╚═╣╔╗╣╔╗║╚╝║║═╬══║\n╚╝──╚╝╚╩══╩╝╚╩╝╚╩═╗╠══╩══╝\n────────────────╔═╝║\n────────────────╚══╝\n\n" | |
apt update && apt upgrade | |
pkg upgrade -q -y | |
apt install nodejs --fix-missing -qq -y | |
pkg install git -qq -y |
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
{ | |
"announcements":{ | |
"infoen":"```Do you have any feature requests?💃🏻♥️```\n\n*WOW!* Amazing.. Comment us your new ideas to improve and help your doings.\n\n*Visit here and comment your idea : https://amdaniwasa.com/index-en.html#comments*\n\n```- Queen Amdi Project Team -```", | |
"infosi":"```ඔබට කිසියම් විශේෂාංග ඉල්ලීමක් තිබේද?💃🏻♥️```\n\n*WOW!* Amazing.. ඔබේ ක්රියාවන් සඳහා උදව් කිරීමට සහ bot වැඩිදියුණු කිරීමට ඔබේ නව අදහස් අපට Comment කරන්න.\n\n*මෙතැනට ගොස් ඔබේ අදහස කමෙන්ට් කරන්න : https://amdaniwasa.com/index-si.html#comments*\n\n```- Queen Amdi Project Team -```", | |
"verify":"✅ Successfully verified!", | |
"road":"amdaniwasacom5652" | |
}, | |
"status":"200", | |
"announcement_owner":"BlackAmda", | |
"announcement_time":"GMT+3", |