Skip to content

Instantly share code, notes, and snippets.

@I-NRL
Last active September 4, 2023 02:10
Show Gist options
  • Save I-NRL/3d2483a437ec132376d9f89318618d78 to your computer and use it in GitHub Desktop.
Save I-NRL/3d2483a437ec132376d9f89318618d78 to your computer and use it in GitHub Desktop.
const { inrl, getBuffer } = require('../lib/')
const fs = require('fs');
const {textpro} = require("mumaker");
let pakName = "❀️", author ="😌";
inrl({pattern: 'hoorror ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/horror-blood-text-effect-online-883.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'whitebear ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/online-black-and-white-bear-mascot-logo-creation-1012.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'thunder ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-thunder-text-effect-online-881.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'blackpink ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-blackpink-logo-style-online-1001.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'neon ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/neon-light-text-effect-online-882.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'matrix ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/matrix-style-text-effect-online-884.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'sky ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-cloud-text-effect-on-the-sky-online-1004.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'joker ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-logo-joker-online-934.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'magma ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-magma-hot-text-effect-online-1030.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'sand ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/sand-writing-text-effect-online-990.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'graffiti ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-wonderful-graffiti-art-text-effect-1011.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'metallic ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-metallic-text-effect-free-online-1041.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'steel ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/steel-text-effect-online-921.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'harrypotter ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-harry-potter-text-effect-online-1025.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'underwater ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/3d-underwater-text-effect-generator-online-1013.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'luxury ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/3d-luxury-gold-text-effect-online-1003.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'glue ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-3d-glue-text-effect-with-realistic-style-986.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'fabric ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/fabric-text-effect-online-964.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'neonlight ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/neon-light-glitch-text-generator-online-1063.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'lava ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/lava-text-effect-online-914.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'toxic ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/toxic-text-effect-online-901.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'ancient ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/3d-golden-ancient-text-effect-online-free-1060.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'christmas ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/sparkles-merry-christmas-text-effect-1054.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'sci_fi ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-3d-sci-fi-text-effect-online-1050.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'rainbow ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/3d-rainbow-color-calligraphy-text-effect-1049.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'classic ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/video-game-classic-8-bit-text-effect-1037.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'watercolor ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-free-online-watercolor-text-effect-1017.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'halloween ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-spooky-halloween-text-effect-online-1046.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'halloweenfire ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/halloween-fire-text-effect-940.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'writing ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/sand-writing-text-effect-online-990.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'foggy ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/write-text-on-foggy-window-online-free-1015.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'marvel ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-logo-style-marvel-studios-ver-metal-972.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'skeleton ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-halloween-skeleton-text-effect-online-1047.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'sketch ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-sketch-text-effect-online-1044.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'wonderful ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-wonderful-graffiti-art-text-effect-1011.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'cool ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-cool-graffiti-text-on-the-wall-1010.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'collwall ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-cool-wall-graffiti-text-effect-online-1009.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'multicolor ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/online-multicolor-3d-paper-cut-text-effect-1016.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'batman ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/make-a-batman-logo-online-free-1066.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'juice ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/fruit-juice-text-effect-861.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'pornhub ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro("https://textpro.me/pornhub-style-logo-online-generator-free-977.html", [`${text1}`,`${text2}`])
m.client.sendMessage(m.jid,{image:{url:image}},{quoted: m})
})
inrl({pattern: 'retro ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro("https://textpro.me/create-3d-retro-text-effect-online-free-1065.html", [`${text1}`,`${text2}`])
m.client.sendMessage(m.jid,{image:{url:image}},{quoted: m})
})
inrl({pattern: 'horror ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro("https://textpro.me/create-a-cinematic-horror-text-effect-1045.html", [`${text1}`,`${text2}`])
m.client.sendMessage(m.jid,{image:{url:image}},{quoted: m})
})
inrl({pattern: '8bit ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro("https://textpro.me/video-game-classic-8-bit-text-effect-1037.html", [`${text1}`,`${text2}`])
m.client.sendMessage(m.jid,{image:{url:image}},{quoted: m})
})
inrl({pattern: 'glitch3 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-glitch-text-effect-style-tik-tok-983.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: '3dbox ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/3d-box-text-effect-online-880.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'waterdrop ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/dropwater-text-effect-872.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'lion2 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-lion-logo-mascot-online-938.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'papercut ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-art-paper-cut-text-effect-online-1022.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'transformer ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-transformer-text-effect-online-1035.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'harrypot ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Hermi,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-harry-potter-text-effect-online-1025.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'neondevil ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-neon-devil-wings-text-effect-online-free-1014.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: '3dstone ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/3d-stone-cracked-cool-text-effect-1029.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: '3davengers ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-3d-avengers-logo-online-974.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'thunder ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/online-thunder-text-effect-generator-1031.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'window ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/write-text-on-foggy-window-online-free-1015.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'blackpinkneon ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-neon-light-blackpink-logo-text-effect-online-1081.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'grafiti ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' inrl,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-a-cool-graffiti-text-on-the-wall-1010.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'pornhub2 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' inrl,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/pornhub-style-logo-online-generator-free-977.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'blackpink2 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-blackpink-logo-style-online-1001.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'glitch ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-impressive-glitch-text-effects-online-1027.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'glitch2 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-a-glitch-text-effect-online-free-1026.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'glitch3 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' inrl,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-glitch-text-effect-style-tik-tok-983.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: '3dspace ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' inrl,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-space-3d-text-effect-online-985.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'lion ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' inrl,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-lion-logo-mascot-online-938.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: '3dneon ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-3d-neon-light-text-effect-online-1028.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'neon ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/neon-text-effect-online-879.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'greenneon ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/green-neon-text-effect-874.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'bokeh ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/bokeh-text-effect-876.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'holographic ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/holographic-3d-text-effect-975.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'bear ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/online-black-and-white-bear-mascot-logo-creation-1012.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'wolf ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' inrl,bot_')
const text1 = match.split(',')[1].replace('-s','').replace('-sticker','')
const text2 = match.split(',')[1].replace('-s','').replace('-sticker','')
const image = await textpro('https://textpro.me/create-wolf-logo-galaxy-online-936.html', [`${text1}`,`${text2}`])
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'joker ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-logo-joker-online-934.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'dropwater2 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/dropwater-text-effect-872.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'summertime ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-summer-neon-light-text-effect-online-1076.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'neonlight2 ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/neon-light-text-effect-with-galaxy-style-981.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'thewall ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/break-wall-text-effect-871.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'natural ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/natural-leaves-text-effect-931.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'carbon ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/carbon-text-effect-833.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
inrl({pattern: 'pencil ?(.*)', type: 'textpro'}, async (m, match) => {
if (!match) return await m.reply('*Need Text*\n_Example: ' + m.client.replaceMent + ' Wonder The World_')
const image = await textpro('https://textpro.me/create-a-sketch-text-effect-online-1044.html', match.replace('-sticker','').replace('-s',''))
if (match.endsWith('-s') || match.endsWith('-sticker')) {
let media = await m.client.sendFile(m.jid, await getBuffer(image), "", m, {
asSticker: true,
author: author,
packname: pakName,
categories: ["πŸ˜„", "😊"],
});
return;
}
await m.client.sendMessage(m.jid, {image:{url:image}}, {quoted: m})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment