Stuff still getting deleted mysteriously

This commit is contained in:
blitz4694 2016-08-04 10:16:31 +10:00 committed by GitHub
parent 3ec3a84480
commit f33a9f014b

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 =>