Skip to content

Instantly share code, notes, and snippets.

@SamPandey001
Created October 14, 2022 12:32
Show Gist options
  • Save SamPandey001/7d680c69fa3342cc0728762a1ab019fb to your computer and use it in GitHub Desktop.
Save SamPandey001/7d680c69fa3342cc0728762a1ab019fb to your computer and use it in GitHub Desktop.
module.exports = {
name: 'askdog',
category: 'troll',
desc: 'Makes troll image of given text.',
async exec(citel, Void,args) {
const url = `https://docs-jojo.herokuapp.com/api/meme-gen?top=${args.join(' ').split(";")[0]}&bottom=%20&img=https://i.imgur.com/o07ESQe.jpeg`;
citel.imgurl(url,'Secktor Troll Pack')
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment