Skip to content

Instantly share code, notes, and snippets.

@Rdx690
Rdx690 / Autobio.js
Created June 8, 2025 08:56 — forked from Jobvacancies2020/Autobio.js
Automatic Date And Time For WhatsApp Bio (Autobio) Only For Raganork Md WhatsApp Bot
let {Module} = require('../main');
/*
Credit: souravkl11/raganork
Module({
pattern: 'autobio ?(.*)',
fromMe: false
*/
let on_aano = false
Module({on:"text",fromMe:false},async (m)=>{
if (on_aano=== true || on_aano === null) return;
const { bot } = require('../lib/')
let AutoBio = false
/*
{
pattern: 'mybio ?(.*)', fromMe: true,

const { bot } = require('../lib/') let AutoBio = false /* { pattern: 'autobio ?(.*)', fromMe: true, desc: 'bot alive message', type: 'misc', }, */

@Rdx690
Rdx690 / Ping.js
Last active March 10, 2025 06:22 — forked from KOULIKS94/Ping.js
const { performance } = require("perf_hooks");
module.exports = {
name: "pong",
description: "Check bot response time.",
execute: async (client, message) => {
const start = performance.now();
await message.reply("SOURAJIT...");
const end = performance.now();
@Rdx690
Rdx690 / readmore.js
Created February 24, 2025 07:50 — forked from weskerty/readmore.js
// adaptado de: https://github.com/BrunoSobrino/TheMystic-Bot-MD/blob/master/plugins/herramientas-readmore.js
const { bot } = require('../lib');
const more = String.fromCharCode(8206);
const readMore = more.repeat(4001);
bot(
{
pattern: 'readmore ?(.*)',
desc: 'Add Readmore Hi|Readmore',
@Rdx690
Rdx690 / Own*MENU*Levanter
Last active March 1, 2025 17:36 — forked from techgod143/Own*MENU*Levanter
Levanter own menu
const { bot, getBuffer, jidToNum, genThumbnail } = require('../lib/');
const { VERSION } = require('../config');
const {
textToStylist,
getUptime,
@Rdx690
Rdx690 / Hack lyfe prank
Created January 28, 2025 09:24 — forked from techgod143/Hack lyfe prank
Hack prank Lyfe
const { bot, sleep } = require('../lib/')
bot(
{
pattern: 'hack ?(.*)',
fromMe: true,
desc: 'hacking prank sms',
type: 'hacking prank by tech god',
},
async (message, match) => {
@Rdx690
Rdx690 / Lyfe fd ofc
Last active January 28, 2025 09:19 — forked from techgod143/Lyfe fd ofc
Lyfe fd ofc
const {
forwardOrBroadCast, bot,
parsedJid,
getBuffer,
genThumbnail,
@Rdx690
Rdx690 / Suhail fd
Last active January 28, 2025 09:14 — forked from techgod143/Suhail fd
Suhail fd
const {
smd,
axios,
prefix,
smdBuffer,