Merge pull request #459 from blitz4694/master

Usage i missed
This commit is contained in:
Master Kwoth 2016-07-28 15:36:40 +02:00 committed by GitHub
commit ce98991c3a
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,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

@ -718,7 +718,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 =>
{ {