mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54: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, {
|
||||
name: "github",
|
||||
dirname: __dirname,
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
guildOnly: false,
|
||||
aliases: ["git"],
|
||||
memberPermissions: [],
|
||||
|
@ -19,7 +19,7 @@ class Github extends Command {
|
|||
}
|
||||
|
||||
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 embed = new Discord.MessageEmbed()
|
||||
|
|
Loading…
Reference in a new issue