Update AdministrationModule.cs
This commit is contained in:
parent
ed6e10adb8
commit
11a48384e0
@ -685,7 +685,7 @@ namespace NadekoBot.Modules.Administration
|
||||
|
||||
cgb.CreateCommand(Prefix + "setname")
|
||||
.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)
|
||||
.AddCheck(SimpleCheckers.OwnerOnly())
|
||||
.Do(async e =>
|
||||
|
Loading…
Reference in New Issue
Block a user