Update ClashOfClansModule.cs
This commit is contained in:
parent
5d24774a86
commit
5b3edc914f
@ -80,7 +80,7 @@ namespace NadekoBot.Modules.ClashOfClans
|
||||
|
||||
cgb.CreateCommand(Prefix + "startwar")
|
||||
.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)
|
||||
.Do(async e =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user