mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04: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, {
|
||||
name: "github",
|
||||
dirname: __dirname,
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
guildOnly: false,
|
||||
aliases: ["git", "code"],
|
||||
aliases: ["git"],
|
||||
memberPermissions: [],
|
||||
botPermissions: ["SEND_MESSAGES", "EMBED_LINKS"],
|
||||
nsfw: false,
|
||||
|
|
Loading…
Reference in a new issue