From 65316d8e3c2d0f76a0d7aedfedb4bca97ed62646 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Sun, 26 Dec 2021 19:32:57 +0500 Subject: [PATCH] enable github --- 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 dd6a60d5..f0a2264c 100644 --- a/commands/General/github.js +++ b/commands/General/github.js @@ -7,9 +7,9 @@ class Github extends Command { super(client, { name: "github", dirname: __dirname, - enabled: false, + enabled: true, guildOnly: false, - aliases: ["git", "code"], + aliases: ["git"], memberPermissions: [], botPermissions: ["SEND_MESSAGES", "EMBED_LINKS"], nsfw: false,