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'); | |
module.exports={ | |
config:{ | |
name: "meta", | |
aliases: ["img5"], | |
Β Β Β version: "6.9.0", | |
Β Β Β author: "dipto", | |
Β Β Β countDown: 15, | |
Β Β Β 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-extra'); | |
const path = require('path'); | |
module.exports.config = { | |
name: "dalle", | |
version: "1.0", | |
credits: "dipto", | |
hasPermssion: 0, | |
usePrefix: true, |
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'); | |
module.exports.config = { | |
name: "img4", | |
version: "6.9", | |
credit: "dipto", | |
hasPermssion: 0, | |
usePrefix: true, |
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 ytdl = require('@distube/ytdl-core'); | |
const Youtube = require('youtube-search-api'); | |
const axios = require('axios'); | |
const convertHMS = (value) => new Date(value * 1000).toISOString().slice(11, 19); | |
const config = { | |
name: "sing", | |
version: "1.0.0", | |
hasPermssion: 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 { get } = require('axios'); | |
const { writeFileSync, unlinkSync, createReadStream } = require('fs-extra'); | |
module.exports.config = { | |
name: 'v2g', | |
version: "1.6.9", | |
credits: "ππππ π±ππ", | |
usePrefix: true, | |
hasPermssion: 0, | |
cooldowns: 1, |
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
module.exports={ | |
config:{ | |
name: "bot", | |
version: "1.0", | |
author: "kivv", | |
role: 0, | |
shortDescription: { | |
en: "no prefix ." | |
}, | |
longDescription: { |
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: "baby", | |
aliases: ["baby", "bbe", "babe" ], | |
version: "6.9.0", | |
author: "dipto", | |
countDown: 0, | |
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
module.exports.config = { | |
name: "approve", | |
version: "1.0.2", | |
hasPermssion: 2, | |
credits: "Fahim Vaiya", | |
description: "approve the gc using bots xD", | |
commandCategory: "Admin", | |
cooldowns: 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
module.exports.config = { | |
name: "approve", | |
version: "1.0.2", | |
hasPermssion: 2, | |
credits: "Fahim Vaiya", | |
description: "approve the gc using bots xD", | |
commandCategory: "Admin", | |
cooldowns: 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'); | |
module.exports = { | |
config: { | |
name: "baby", | |
aliases: ["baby", "bbe", "babe" ], | |
version: "6.9.0", | |
author: "dipto", | |
countDown: 0, | |
role: 0, |