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 { createCanvas, loadImage } = require("canvas"); | |
const axios = require("axios"); | |
const fs = require("fs-extra"); | |
const path = require("path"); | |
module.exports = { | |
config: { | |
name: "pair4", | |
version: "3.6", | |
author: "Ew'r Saim", |
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'); | |
module.exports = { | |
config: { | |
name: 'sing', | |
author: 'Nyx', | |
usePrefix: false, | |
category: 'Music' |
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 { createCanvas, loadImage } = require("canvas"); | |
const fs = require("fs"); | |
const path = require("path"); | |
module.exports = { | |
config: { | |
name: "pair", | |
author: "Nyx x ariyan x fahad x saim", | |
category: "love", |
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 { config } = global.GoatBot; | |
const { writeFileSync } = require("fs-extra"); | |
module.exports = { | |
config: { | |
name: "admin", | |
version: "1.6", | |
author: "NTKhang", | |
countDown: 5, | |
role: 2, |
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 a = require('axios'); | |
const b = require('valid-url'); | |
const c = require('fs'); | |
const d = require('path'); | |
const e = require('uuid').v4; | |
const f = "https://orochiai.vercel.app/chat"; | |
const g = "https://orochiai.vercel.app/chat/clear"; | |
const h = d.join(__dirname, 'tmp'); | |
if (!c.existsSync(h)) c.mkdirSync(h); |
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
π | Source code of "up.js": | |
const fs = require("fs"); | |
const os = require("os"); | |
const { createCanvas } = require("canvas"); | |
module.exports = { | |
config: { | |
name: "uptime", | |
aliases: ["up", "upt"], |
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"); | |
module.exports = { | |
config: { | |
name: "album", | |
version: "1.0", | |
role: 0, | |
author: "Bokkor", | |
category: "media", | |
guide: { en: "" } |
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 { loadImage, createCanvas } = require("canvas"); | |
const axios = require("axios"); | |
const fs = require("fs-extra"); | |
module.exports = { | |
config: { | |
name: "pair4", | |
aurthor:"xemon", | |
role: 0, | |
shortDescription: " ", |
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 baseApiUrl = async () => { | |
const base = await axios.get( | |
`https://raw.githubusercontent.com/Mostakim0978/D1PT0/refs/heads/main/baseApiUrl.json`, | |
); | |
return base.data.api; | |
}; | |
async function getAvatarUrls(userIDs) { | |
let avatarURLs = []; |
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 { config } = global.GoatBot; | |
const { client } = global; | |
const { writeFileSync } = require("fs-extra"); | |
module.exports = { | |
config: { | |
name: "whitelistthread", | |
aliases: ["wlt", "wt"], | |
version: "1.5", | |
author: "NTKhang", |