Stuff still getting deleted mysteriously
This commit is contained in:
parent
3ec3a84480
commit
f33a9f014b
@ -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