mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
enable github
This commit is contained in:
parent
e942aedad7
commit
65316d8e3c
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue