Update MusicModule.cs
This commit is contained in:
parent
7c90c07b98
commit
19ee5e5197
@ -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 =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user