Update MusicModule.cs

This commit is contained in:
blitz4694 2016-07-26 14:56:06 +10:00 committed by GitHub
parent 7c90c07b98
commit 19ee5e5197

View File

@ -713,7 +713,7 @@ namespace NadekoBot.Modules.Music
}); });
cgb.CreateCommand(Prefix + "goto") cgb.CreateCommand(Prefix + "goto")
.Description("Goes to a specific time in seconds in a song.") .Description($"Goes to a specific time in seconds in a song. | {Prefix}goto 30")
.Parameter("time") .Parameter("time")
.Do(async e => .Do(async e =>
{ {