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