Update AdministrationModule.cs

This commit is contained in:
blitz4694 2016-08-04 11:25:49 +10:00 committed by GitHub
parent ed6e10adb8
commit 11a48384e0

View File

@ -685,7 +685,7 @@ namespace NadekoBot.Modules.Administration
cgb.CreateCommand(Prefix + "setname") cgb.CreateCommand(Prefix + "setname")
.Alias(Prefix + "newnm") .Alias(Prefix + "newnm")
.Description($"Give the bot a new name. **Bot Owner Only!** | {Prefix}newnm BotName") .Description($"Give the bot a new name. **Bot Owner Only!** | `{Prefix}newnm BotName`")
.Parameter("new_name", ParameterType.Unparsed) .Parameter("new_name", ParameterType.Unparsed)
.AddCheck(SimpleCheckers.OwnerOnly()) .AddCheck(SimpleCheckers.OwnerOnly())
.Do(async e => .Do(async e =>