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,