From 1a174a9b11fc2726b0e232d8a661e5a301c0aaec Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Tue, 11 Jan 2022 19:48:18 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=82=D0=BA=D0=BB=D1=8E=D1=87=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BA=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D1=8B?= =?UTF-8?q?=20github?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/github.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/General/github.js b/commands/General/github.js index e135d31a..425fd0c7 100644 --- a/commands/General/github.js +++ b/commands/General/github.js @@ -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()