Skip to content

Instantly share code, notes, and snippets.

View adityaparsad01's full-sized avatar
🎯
Focusing

aditya adityaparsad01

🎯
Focusing
View GitHub Profile
const { bot, sleep } = require("../lib");
bot(
{
pattern: "joke ?(.*)",
fromMe: true,
desc: "get a random joke",
type: "all"
},
async (message) => {
const response = await fetch(