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", |
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 baseApiUrl = async () => { | |
const base = await axios.get( | |
`https://raw.githubusercontent.com/Blankid018/D1PT0/main/baseApiUrl.json` | |
); | |
return base.data.api; | |
}; |
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 () => { | |
return "https://www.noobs-api.rf.gd/dipto"; | |
}; | |
module.exports.config = { | |
name: "bby", | |
aliases: ["baby", "sakura", "bbe", "babe", " fahad"], | |
version: "6.9.0", | |
author: "dipto", |
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 axios = require("axios"); | |
const path = require("path"); | |
const { getPrefix } = global.utils; | |
const { commands, aliases } = global.GoatBot; | |
module.exports = { | |
config: { | |
name: "help3", | |
version: "1.18", |
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-extra"); | |
const path = require("path"); | |
const { GoatWrapper } = require("fca-liane-utils"); | |
module.exports = { | |
ย config: { | |
ย ย name: "flux1proultra", // Command name | |
ย ย aliases: [], | |
ย ย version: "1.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-extra"); | |
const path = require("path"); | |
const { GoatWrapper } = require("fca-liane-utils"); | |
module.exports = { | |
config: { | |
name: "flux1pro", | |
aliases: [], | |
version: "1.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"); | |
module.exports = { | |
config: { | |
name: 'xl', | |
version: '1.0', | |
author: "Fahim_๐ข", | |
countDown: 10, |
NewerOlder