mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 10:49:20 +00:00
Added repeat as loop alias
This commit is contained in:
@@ -54,7 +54,7 @@ const EMBEDS = {
|
||||
export default class Loop extends DiscordModule {
|
||||
|
||||
public id = "Discord_MusicPlayer_Loop";
|
||||
public commands = ["loop"];
|
||||
public commands = ["loop", "repeat"];
|
||||
public commandInteractionName = "loop";
|
||||
|
||||
async GuildOnModuleCommand(args: any, message: Message) {
|
||||
|
||||
Reference in New Issue
Block a user