goat
command
fork
No description
0
views
0
likes
0
installs
Aliases: repo, source
raw source
module.exports = {
config: {
name: "fork",
aliases: ["repo", "source"],
version: "1.0",
author: "NeoKEX",
countDown: 3,
role: 0,
longDescription: "Returns the link to the official, updated fork of the bot's repository.",
category: "system",
guide: { en: "{pn}" }
},
onStart: async function({ message }) {
const text = "✓ | Here is the updated repository:\n\nhttps://github.com/lazyneoaz/Goatbot-V2.git\n\n" +
"Changes:\n1. No Google Credentials needed\n2. Enhanced overall performance\n3. Now using @lazyneoaz/nkxfca [ Automatic log out issues Solved ]\n4. Working on all groups\n5. Id Ban Issue solved 90% and running for a long time\n\nNB: If you want to use @lazyneoaz/nkxfca please install by typing: npm i @lazyneoaz/nkxfca@latest\n\n" +
"Keep supporting^_^";
message.reply(text);
}
};