music commandnames updated

This commit is contained in:
Master Kwoth 2016-06-18 04:24:21 +02:00
parent f41564cc00
commit 46f0fcc156

View File

@ -302,7 +302,7 @@ namespace NadekoBot.Modules.Music
await msg.Edit("🎵 `Playlist queue complete.`").ConfigureAwait(false); await msg.Edit("🎵 `Playlist queue complete.`").ConfigureAwait(false);
}); });
cgb.CreateCommand("localplaylist") cgb.CreateCommand("localplaylst")
.Alias("lopl") .Alias("lopl")
.Description("Queues all songs from a directory. **Bot Owner Only!**\n**Usage**: `!m lopl C:/music/classical`") .Description("Queues all songs from a directory. **Bot Owner Only!**\n**Usage**: `!m lopl C:/music/classical`")
.Parameter("directory", ParameterType.Unparsed) .Parameter("directory", ParameterType.Unparsed)
@ -417,7 +417,7 @@ namespace NadekoBot.Modules.Music
} }
}); });
cgb.CreateCommand("repeatcursong") cgb.CreateCommand("reptcursong")
.Alias("rcs") .Alias("rcs")
.Description("Toggles repeat of current song.\n**Usage**: `!m rcs`") .Description("Toggles repeat of current song.\n**Usage**: `!m rcs`")
.Do(async e => .Do(async e =>
@ -435,7 +435,7 @@ namespace NadekoBot.Modules.Music
.ConfigureAwait(false); .ConfigureAwait(false);
}); });
cgb.CreateCommand("repeatplaylist") cgb.CreateCommand("rpeatplaylst")
.Alias("rpl") .Alias("rpl")
.Description("Toggles repeat of all songs in the queue (every song that finishes is added to the end of the queue).\n**Usage**: `!m rpl`") .Description("Toggles repeat of all songs in the queue (every song that finishes is added to the end of the queue).\n**Usage**: `!m rpl`")
.Do(async e => .Do(async e =>