Update ClashOfClansModule.cs

This commit is contained in:
blitz4694 2016-07-26 11:49:48 +10:00 committed by GitHub
parent 5d24774a86
commit 5b3edc914f

View File

@ -80,7 +80,7 @@ namespace NadekoBot.Modules.ClashOfClans
cgb.CreateCommand(Prefix + "startwar") cgb.CreateCommand(Prefix + "startwar")
.Alias(Prefix + "sw") .Alias(Prefix + "sw")
.Description($"Starts a war with a given number. | {Prefix}sw 1") .Description($"Starts a war with a given number. | `{Prefix}sw 1`")
.Parameter("number", ParameterType.Required) .Parameter("number", ParameterType.Required)
.Do(async e => .Do(async e =>
{ {