Отключение команды github

This commit is contained in:
JonnyBro 2022-01-11 19:48:18 +05:00
parent 9da083ad0d
commit 1a174a9b11

View file

@ -7,7 +7,7 @@ class Github extends Command {
super(client, { super(client, {
name: "github", name: "github",
dirname: __dirname, dirname: __dirname,
enabled: true, enabled: false,
guildOnly: false, guildOnly: false,
aliases: ["git"], aliases: ["git"],
memberPermissions: [], memberPermissions: [],
@ -19,7 +19,7 @@ class Github extends Command {
} }
async run(message, args, data) { async run(message, args, data) {
const res = await fetch("https://api.github.com/repos/JonnyBro/jaba-v2"); const res = await fetch("https://api.github.com/repos/JonnyBro/JaBa");
const json = await res.json(); const json = await res.json();
const embed = new Discord.MessageEmbed() const embed = new Discord.MessageEmbed()