Skip to content

Instantly share code, notes, and snippets.

const { bot } = require('../lib/');
// Simple AI Auto Reply Switch
let aiReply = false;
// ON Command
bot(
{
pattern: 'aion',
desc: 'Enable AI auto reply',
@rijueditzyt
rijueditzyt / mee.js
Created May 17, 2026 18:08
auto replay when someone mention bot
const { bot, getBuffer } = require('../lib/');
const video = 'https://files.catbox.moe/j3s2aw.mp4';
const thumb = 'https://files.catbox.moe/9hf51x.jpg';
// Switch
let mee = false;
// Enable
bot(
@rijueditzyt
rijueditzyt / mention.js
Last active May 17, 2026 18:03
Auto reply with video when mentioned
const { bot, getBuffer } = require('../lib/');
const video = 'https://files.catbox.moe/j3s2aw.mp4';
const thumb = 'https://files.catbox.moe/9hf51x.jpg';
// ON/OFF variable
let mentionReply = false;
// Command to enable
bot(