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
hey |
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'); | |
module.exports.config = { | |
name: "ss", | |
version: "1.0", | |
credits: "Dipto", | |
hasPermssion: 2, | |
usePrefix: true, | |
description: "Take a screenshot of a website", |
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: "imgur", | |
usePrefix: true, | |
version: "1.0.0", | |
credits: "dipto", | |
cooldowns: 5, | |
hasPermission: 0, | |
description: "convert image/video into Imgur link", |
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 request = require('request'); | |
module.exports.config = { | |
name: "gist", | |
version: "6.9.0", | |
hasPermssion: 2, | |
credits: "dipto", | |
usePrefix: true, | |
description: "Convert code into link", |
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: "help", | |
version: "2.0.0", | |
hasPermssion: 0, | |
credits: "Islamick Chat",//You Can Change The Gif Or Img If You Want Just Put The Link Of Your Gif Or Img To The Var Link | |
description: "commands list", | |
commandCategory: "system", | |
usages: "module name", | |
cooldowns: 1, | |
envConfig: { |
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 path = require('path'); | |
const fs = require('fs'); | |
module.exports.config = { | |
name: "album", | |
version: "1.0.0", | |
hasPermssion: 0, | |
credits: "Dipto", | |
description: "Displays album options for selection.", |
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: "vddown", | |
version: "1.0.1", | |
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: "hack", | |
version: "1.0.0", | |
hasPermssion: 0, | |
credits: "John Lester", | |
description: "hack", | |
commandCategory: "hack", | |
usages: "@mention", | |
dependencies: { | |
"axios": "", |
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: "help2", | |
version: "1.0.2", | |
hasPermssion: 0, | |
credits: "PetterSever", | |
description: "Beginner's Guide", | |
commandCategory: "system", | |
usages: "[TΓͺn module]", | |
cooldowns: 1, | |
envConfig: { |
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", | |
version: "1.0.0", | |
hasPermssion: 0, | |
credits: "dipto", | |
usePrefix: true, | |
description: "Meta AI Image Generator.", | |
commandCategory: "imagination", |
OlderNewer