Created
October 14, 2022 12:32
-
-
Save SamPandey001/7d680c69fa3342cc0728762a1ab019fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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