A Pen by Webdesign Ui on CodePen.
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
{ | |
"___SAM-JSON___": true, | |
"status": 200, | |
"developers": "SamPandey001", | |
"version": 1.8, | |
"logo": "https://raw.githubusercontent.com/ZeroTwoInc/Media/main/Images/hero-bg.png", | |
"maintained": true, | |
"auto_update": "true", | |
"block_offtopic": "true", | |
"alive_url": "https://raw.githubusercontent.com/ZeroTwoInc/Media/main/Images/hero-bg.png", |
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') | |
} | |
} |
A Pen by Webdesign Ui on CodePen.
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Pricing Panel</title> | |
<link rel="stylesheet" href="style.css"> | |
<link rel="preconnect" href="https://fonts.gstatic.com"> |
Profile card with title, position, text and icons
A Pen by LittleSnippets.net on CodePen.
A Pen by Sam Pandey on CodePen.