mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Отключение команды github
This commit is contained in:
parent
9da083ad0d
commit
1a174a9b11
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue