Usage i missed

This commit is contained in:
cameron reuter 2016-07-27 06:30:56 +10:00
parent 8fad10079a
commit 97e03af966
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ namespace NadekoBot.Modules.Gambling
}); });
cgb.CreateCommand(Prefix + "give") cgb.CreateCommand(Prefix + "give")
.Description(string.Format("Give someone a certain amount of {0}s", NadekoBot.Config.CurrencyName)) .Description(string.Format("Give someone a certain amount of {0}s", NadekoBot.Config.CurrencyName)+ $"|`{Prefix}give 1 \"@SomeGuy\"`")
.Parameter("amount", ParameterType.Required) .Parameter("amount", ParameterType.Required)
.Parameter("receiver", ParameterType.Unparsed) .Parameter("receiver", ParameterType.Unparsed)
.Do(async e => .Do(async e =>

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. | {Prefix}goto 30") .Description($"Goes to a specific time in seconds in a song. | `{Prefix}goto 30`")
.Parameter("time") .Parameter("time")
.Do(async e => .Do(async e =>
{ {