Skip to content

Instantly share code, notes, and snippets.

View nizamparkerz's full-sized avatar
🏠
Working from home

nixam nizamparkerz

🏠
Working from home
  • Parkerz
  • Us
View GitHub Profile
@nizamparkerz
nizamparkerz / Hermit.js
Last active March 18, 2025 04:31
Give it thatsall
const { Function,isPublic ,getJson } = require("../lib/");
Function({
pattern: 'hermit ?(.*)',
fromMe: false,
desc: 'Sends template button image',
type: 'misc',
}, async (message, match) => {
const { content } = await getJson ('https://www.quotable.io/random')
const templateButtons = [
{index: 1, urlButton: {displayText: 'Github ♻️', url: 'https://github.com/A-d-i-t-h-y-a-n/hermit-md'}},
@nizamparkerz
nizamparkerz / Piceditor.js
Last active March 2, 2024 20:13
Photo editor with different effects
//photo editor by n i z a m ®™, thanks to mask ser
const { Function, Imgur, deleteFromImgur, isPublic} = require ('../lib/')
Function (
{
pattern: 'piceditor ?(.*)',
fromMe: isPublic,
desc: 'photo editer menu',
type: 'misc',
@nizamparkerz
nizamparkerz / Mention2
Last active December 25, 2023 07:54
Mention type 2 with forwarded and small thumbnail
const {
AUDIO_DATA, SUDO
} = require('../config');
const {
Function,
@nizamparkerz
nizamparkerz / Hermit
Created August 23, 2022 17:30 — forked from spector01/Hermit
// temporary mention audio for hermit-md
// audio list credit for my friends
const {
AUDIO_DATA,
SUDO
} = require('../config');
const {
Function,
getBuffer,
toAudio,
@nizamparkerz
nizamparkerz / Iswa
Last active August 13, 2022 10:45
Ison copy pasted 😂
/*
bot.addCommand(
{
pattern: 'iswa ?(.*)',
fromMe: true,
desc: 'filter numbers on whatsapp',
},
async (message, match) => {
}
)
@nizamparkerz
nizamparkerz / Auto react
Last active July 18, 2022 12:26
Auto react plugin
var react = ["bei","bye","റിയാക്ഷൻ","ok","nizam"]
var emoji = ["🤙","💞"]
/*
bot.addCommand(
{
pattern: 'ar ?(.*)',
fromMe: true,
desc: 'automatic reaction',
},
async (message, match) => {
@nizamparkerz
nizamparkerz / Pn rm rs
Last active August 8, 2022 13:00
pn : instead of plugin, rm : remove plugin with quick restart ,rs : quick restart ⚡
// by nizam . Special thanks to mask ser//
const {
bot,
parseGistUrls,
getPlugin,
setPlugin,
pluginsList,
delPlugin,
genButtonMessage,
} = require('../lib/')
@nizamparkerz
nizamparkerz / Enhancer
Last active June 15, 2022 14:45
Enhance photo quality
const {
bot,
genButtonMessage,
mentionMessage,
enableMention,
clearFiles,
} = require('../lib/')
bot(
{