enable github

This commit is contained in:
JonnyBro 2021-12-26 19:32:57 +05:00
parent e942aedad7
commit 65316d8e3c

View file

@ -7,9 +7,9 @@ class Github extends Command {
super(client, { super(client, {
name: "github", name: "github",
dirname: __dirname, dirname: __dirname,
enabled: false, enabled: true,
guildOnly: false, guildOnly: false,
aliases: ["git", "code"], aliases: ["git"],
memberPermissions: [], memberPermissions: [],
botPermissions: ["SEND_MESSAGES", "EMBED_LINKS"], botPermissions: ["SEND_MESSAGES", "EMBED_LINKS"],
nsfw: false, nsfw: false,