play alias

This commit is contained in:
JonnyBro 2021-12-18 18:35:03 +05:00
parent 735af1fe55
commit b542ed45bc

View file

@ -7,7 +7,7 @@ class Play extends Command {
dirname: __dirname,
enabled: true,
guildOnly: true,
aliases: [],
aliases: [ "p" ],
memberPermissions: [],
botPermissions: [ "SEND_MESSAGES", "EMBED_LINKS" ],
nsfw: false,