mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
alias for youtube-comment
This commit is contained in:
parent
b7fa913bd5
commit
1729263209
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class YouTubeComment extends Command {
|
||||||
dirname: __dirname,
|
dirname: __dirname,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
guildOnly: false,
|
guildOnly: false,
|
||||||
aliases: [],
|
aliases: [ "ytcomment" ],
|
||||||
memberPermissions: [],
|
memberPermissions: [],
|
||||||
botPermissions: [ "SEND_MESSAGES", "EMBED_LINKS", "ATTACH_FILES" ],
|
botPermissions: [ "SEND_MESSAGES", "EMBED_LINKS", "ATTACH_FILES" ],
|
||||||
nsfw: false,
|
nsfw: false,
|
||||||
|
|
Loading…
Reference in a new issue