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