This file contains hidden or 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
const fs = require('fs'); | |
const axios = require('axios'); | |
const baseApiUrl = async () => { | |
const base = await axios.get('https://raw.githubusercontent.com/Mostakim0978/D1PT0/refs/heads/main/baseApiUrl.json'); | |
return base.data.api; | |
}; | |
module.exports.config = { | |
name: "gist", |
This file contains hidden or 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
const fs = require('fs'); | |
const axios = require('axios'); | |
const baseApiUrl = async () => { | |
const base = await axios.get('https://raw.githubusercontent.com/Mostakim0978/D1PT0/refs/heads/main/baseApiUrl.json'); | |
return base.data.api; | |
}; | |
module.exports.config = { | |
name: "gist", |
This file contains hidden or 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
const axios = require("axios"); | |
const fs = require("fs"); | |
const path = require("path"); | |
const { createCanvas, loadImage } = require("canvas"); | |
// Full-width bold converter | |
function toFullWidthBold(str) { | |
const map = { | |
A:'π',B:'π',C:'π',D:'π',E:'π',F:'π ',G:'π', | |
H:'π',I:'π',J:'π',K:'π',L:'π',M:'π',N:'π', |
This file contains hidden or 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
const { GoatWrapper } = require("fca-liane-utils"); | |
module.exports = { | |
Β config: { | |
Β Β name: "profile", | |
Β Β aliases: ["pp"], | |
Β Β version: "1.1", | |
Β Β author: "NIB", | |
Β Β countDown: 5, | |
Β Β role: 0, |
This file contains hidden or 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
const Canvas = require("canvas"); | |
const fs = require("fs-extra"); | |
const path = require("path"); | |
const { randomString } = global.utils; | |
const FONT_PATH_BOLD = path.join(__dirname, "assets", "font", "BeVietnamPro-Bold.ttf"); | |
const FONT_PATH_SEMI = path.join(__dirname, "assets", "font", "BeVietnamPro-SemiBold.ttf"); | |
Canvas.registerFont(FONT_PATH_BOLD, { family: "BeVietnamPro-Bold" }); | |
Canvas.registerFont(FONT_PATH_SEMI, { family: "BeVietnamPro-SemiBold" }); |
This file contains hidden or 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
const fs = require("fs-extra"); | |
const path = require("path"); | |
const { createCanvas, loadImage } = require("canvas"); | |
module.exports = { | |
config: { | |
name: "pair", | |
version: "4.1", | |
author: "Ew'r Saim + Fixed by ChatGPT", | |
role: 0, |
This file contains hidden or 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
const axios = require("axios"); | |
const fs = require("fs"); | |
const path = require("path"); | |
const { createCanvas, loadImage } = require("canvas"); | |
// Full-width bold converter | |
function toFullWidthBold(str) { | |
const map = { | |
A:'π',B:'π',C:'π',D:'π',E:'π',F:'π ',G:'π', | |
H:'π',I:'π',J:'π',K:'π',L:'π',M:'π',N:'π', |
This file contains hidden or 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
const Canvas = require("canvas"); | |
const fs = require("fs-extra"); | |
const path = require("path"); | |
const { randomString } = global.utils; | |
const FONT_PATH_BOLD = path.join(__dirname, "assets", "font", "BeVietnamPro-Bold.ttf"); | |
const FONT_PATH_SEMI = path.join(__dirname, "assets", "font", "BeVietnamPro-SemiBold.ttf"); | |
Canvas.registerFont(FONT_PATH_BOLD, { family: "BeVietnamPro-Bold" }); | |
Canvas.registerFont(FONT_PATH_SEMI, { family: "BeVietnamPro-SemiBold" }); |
This file contains hidden or 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
const fs = require("fs-extra"); | |
const path = require("path"); | |
const axios = require("axios"); | |
const jimp = require("jimp"); | |
module.exports = { | |
config: { | |
name: "cow", | |
version: "1.0.3", | |
author: "ARIJIT", |
This file contains hidden or 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
const axios = require('axios'); | |
const jimp = require("jimp"); | |
const fs = require("fs") | |
module.exports = { | |
config: { | |
name: "toilet", | |
aliases: ["toilet"], | |
version: "1.0", |