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 { getPrefix } = global.utils; | |
| const { commands, aliases } = global.GoatBot; | |
| let xfont = null; | |
| let yfont = null; | |
| let categoryEmoji = null; | |
| async function loadResources() { | |
| try { |
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 moment = require("moment-timezone"); | |
| const { utils } = global; | |
| module.exports = { | |
| config: { | |
| name: "prefix", | |
| version: "2.3", | |
| author: "APON DICAPRIO", |
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 os = require("os"); | |
| const { createCanvas, loadImage } = require("canvas"); | |
| const fs = require("fs"); | |
| const path = require("path"); | |
| const W = 490, H = 840; | |
| const AVATAR1 = "https://i.imgur.com/5L1We9h.jpeg"; | |
| const FALLBACK_AVATAR = "https://i.ibb.co/MC6bT5V/default-avatar.png"; // fallback if error | |
| function formatUptime(ms) { |
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 moment = require("moment-timezone"); | |
| module.exports = { | |
| config: { | |
| name: "fish", | |
| version: "1.5.2", | |
| set usePrefix: false, | |
| set hasPermission: "", | |
| set role: false, | |
| setauthor: "", |
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 path = require("path"); | |
| module.exports = { | |
| config: { | |
| name: "filecmd", | |
| aliases: ["file"], | |
| version: "1.0", | |
| author: "nexo_here", | |
| countDown: 5, |
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"); | |
| const baseUrl = "https://raw.githubusercontent.com/Saim12678/Saim69/1a8068d7d28396dbecff28f422cb8bc9bf62d85f/font"; | |
| module.exports = { | |
| config: { | |
| name: "pair", |
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 { getStreamsFromAttachment, log } = global.utils; | |
| const mediaTypes = ["photo", 'png', "animated_image", "video", "audio"]; | |
| module.exports = { | |
| config: { | |
| name: "callad", | |
| version: "1.7", | |
| author: "NTKhang", | |
| 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 axios = require("axios"); | |
| module.exports = { | |
| config: { | |
| name: "edit2", | |
| aliases: ["nanob", "nbedit"], | |
| version: "1.0", | |
| author: "Hasib", | |
| countDown: 10, | |
| 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"); | |
| module.exports = { | |
| config: { | |
| name: "emoji_voice", | |
| version: "10.0", | |
| author: "Hasib ", | |
| countDown: 5, |
NewerOlder