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: "play", // Tên lệnh, được sử dụng trong việc gọi lệnh | |
| version: "1.0.0", // phiên bản của module này | |
| hasPermssion: 0, // Quyền hạn sử dụng, với 0 là toàn bộ thành viên, 1 là quản trị viên trở lên, 2 là admin/owner | |
| credits: "DungUwU", // Công nhận module sở hữu là ai | |
| description: "chơi kéo búa bao", // Thông tin chi tiết về lệnh | |
| commandCategory: "general", // Thuộc vào nhóm nào: system, other, game-sp, game-mp, random-img, edit-img, media, economy, ... | |
| usages: "[kéo/búa/bao]", // Cách sử dụng lệnh | |
| 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
| //idea by Adrestia Croimoux | |
| module.exports.config = { | |
| name: "quiz", | |
| version: "1.0.0", | |
| hasPermssion: 0, | |
| credits: "DungUwU", | |
| description: "một vài câu đố bằng tiếng anh .-.", | |
| commandCategory: "game", | |
| cooldowns: 5, | |
| dependencies: { |
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
| //idea by Adrestia Croimoux | |
| //must have the dictionary module | |
| module.exports.config = { | |
| name: "suggest", | |
| version: "1.0.0", | |
| hasPermssion: 0, | |
| credits: "DungUwU", | |
| description: "random tìm kiếm 1 từ nào đó trên từ điển", | |
| commandCategory: "study", | |
| 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
| //idea by Adrestia Croimoux | |
| module.exports.config = { | |
| name: "search", | |
| version: "1.0.0", | |
| hasPermssion: 0, | |
| credits: "DungUwU", | |
| description: "Look up the dictionary", | |
| usage: "[text]", | |
| commandCategory: "study", | |
| 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: "tagadmin", | |
| version: "1.0.0-beta-fixbyDungUwU", | |
| hasPermssion: 0, | |
| credits: "ZyrosGenZ", | |
| description: "Bot sẽ rep ng tag admin hoặc rep ng tagbot ", | |
| commandCategory: "Other", | |
| usages: "", | |
| 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: "antiout", | |
| version: "1.0.0", | |
| credits: "DungUwU", | |
| hasPermssion: 1, | |
| description: "Bật tắt antiout", | |
| usages: "antiout on/off", | |
| commandCategory: "system", | |
| cooldowns: 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: "pay", | |
| version: "1.0.1", | |
| hasPermssion: 0, | |
| credits: "Dũng UwU", | |
| description: "Chuyển tiền của bản thân cho ai đó", | |
| commandCategory: "Economy", | |
| usages: "pay @tag coins", | |
| 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: "sendmsg", | |
| version: "0.0.2", | |
| hasPermssion: 2, | |
| credits: "Dũng UwU", | |
| description: "Gửi tin hắn đến người dùng(user)/nhóm(thread) bằng id", | |
| commandCategory: "general", | |
| usages: "sendmsg [user]/[thread] id msg", | |
| 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: "coins", | |
| version: "1.0.4-hotfix2", | |
| hasPermssion: 2, | |
| credits: "Dũng UwU, hotfix by Thọ", | |
| description: "Tăng giảm tiền", | |
| commandCategory: "Economy", | |
| usages: "coins [args]", | |
| cooldowns: 5, | |
| info: [ |
NewerOlder