Skip to content

Instantly share code, notes, and snippets.

@Nikhilsree1
Nikhilsree1 / intro.js
Last active January 15, 2024 06:21 — forked from Loki-Xer/intro.js
MADE WITH 💜
const { System, isPrivate, getBuffer } = require("../lib/");
const image = 'https://i.imgur.com/ira6YIa.png';
const thumb = "https://i.imgur.com/ira6YIa.png";
System({
pattern: 'intro ?(.*)',
fromMe: true,
desc: 'Shows My Intro',
type: 'misc',
}, async (message, match) => {