Update AdministrationModule.cs
This commit is contained in:
parent
ed6e10adb8
commit
11a48384e0
@ -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 =>
|
||||||
|
Loading…
Reference in New Issue
Block a user