mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
play alias
This commit is contained in:
parent
735af1fe55
commit
b542ed45bc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Play extends Command {
|
||||||
dirname: __dirname,
|
dirname: __dirname,
|
||||||
enabled: true,
|
enabled: true,
|
||||||
guildOnly: true,
|
guildOnly: true,
|
||||||
aliases: [],
|
aliases: [ "p" ],
|
||||||
memberPermissions: [],
|
memberPermissions: [],
|
||||||
botPermissions: [ "SEND_MESSAGES", "EMBED_LINKS" ],
|
botPermissions: [ "SEND_MESSAGES", "EMBED_LINKS" ],
|
||||||
nsfw: false,
|
nsfw: false,
|
||||||
|
|
Loading…
Reference in a new issue