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 { GoatWrapper } = require("fca-liane-utils"); | |
const GEMINI_API_KEY = "AIzaSyBI6a4QCxoTJ9FS1MAiNRfMYpaztZjTeuE"; | |
const GEMINI_API_URL = `https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=${GEMINI_API_KEY}`; | |
module.exports.config = { | |
name: "milow", | |
version: "1.0.6", | |
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
📄 | Source code of "Fmilu.js": | |
const axios = require("axios"); | |
const { GoatWrapper } = require("fca-liane-utils"); | |
const GEMINI_API_KEY = "AIzaSyBI6a4QCxoTJ9FS1MAiNRfMYpaztZjTeuE"; | |
const GEMINI_API_URL = `https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=${GEMINI_API_KEY}`; | |
module.exports.config = { | |
name: "milow", |
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: "top", | |
version: "1.0", | |
author: "Your Name", | |
countDown: 2, | |
role: 0, | |
description: { | |
en: "View the money leaderboard as an image." | |
}, |
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: "count", | |
version: "69", | |
author: "Mahi--", | |
countDown: 2, | |
role: 0, | |
description: { | |
en: "View the message count leaderboard as an image (since the bot joined the group)." | |
}, |
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: "count", | |
version: "69", | |
author: "Mahi--", | |
countDown: 2, | |
role: 0, | |
description: { | |
en: "View the message count leaderboard as an image/GIF (since the bot joined the group)." | |
}, |
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: "count", | |
version: "69", | |
author: "Mahi--", | |
countDown: 2, | |
role: 0, | |
description: { | |
en: "View the message count leaderboard as an image (since the bot joined the group)." | |
}, |
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: "count", | |
version: "69", | |
author: "Mahi--", | |
countDown: 2, | |
role: 0, | |
description: { | |
en: "View the message count leaderboard as an image/GIF (since the bot joined the group)." | |
}, |
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: "count", | |
version: "69", | |
author: "Mahi--", | |
countDown: 2, | |
role: 0, | |
description: { | |
en: "View the message count leaderboard as an image (since the bot joined the group)." | |
}, |
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: "count", | |
version: "69", | |
author: "Mahi--", | |
countDown: 2, // Changed to 2 seconds | |
role: 0, | |
description: { | |
en: "View the message count leaderboard as an image (since the bot joined the group)." | |
}, |
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 { GoatWrapper } = require("fca-liane-utils"); | |
const GEMINI_API_KEY = "AIzaSyBCCjlACKXrERK6BczdSkfmOV2VELcEgj0"; | |
const GEMINI_API_URL = `https://generativelanguage.googleapis.com/v1beta/models/gemini-2.0-flash:generateContent?key=${GEMINI_API_KEY}`; | |
// Video Generation API - Replace with your actual VEO3 API | |
const VEO3_API_URL = "https://api.veo3.com/generate"; // Your video API endpoint | |
const VEO3_API_KEY = "AIzaSyBCCjlACKXrERK6BczdSkfmOV2VELcEgj0"; // Your video API key |