updates to some wrong descriptions

This commit is contained in:
Master Kwoth 2016-05-04 05:58:27 +02:00
parent f50b726dd0
commit e92a6c9c9c
2 changed files with 3 additions and 3 deletions

View File

@ -596,7 +596,7 @@ namespace NadekoBot.Modules.Administration
});
cgb.CreateCommand(Prefix + "clr")
.Description("Clears some of Nadeko's messages from the current channel. If given a user, will clear the user's messages from the current channel (**Owner Only!**) \n**Usage**: .clr @X")
.Description("Clears some of Nadeko's messages from the current channel. If given a user, will clear the user's messages from the current channel. Second one requires Manage messages permission.\n**Usage**: .clr @X")
.Parameter("user", ParameterType.Unparsed)
.Do(async e =>
{

View File

@ -53,7 +53,7 @@ namespace NadekoBot.Modules.Permissions.Commands
.Alias(Module.Prefix + "channelfilterwords")
.Description("Enables or disables automatic deleting of messages containing banned words on the channel." +
"If no channel supplied, it will default to current one. Use ALL to apply to all existing channels at once." +
"\n**Usage**: ;cfi enable #general-chat")
"\n**Usage**: ;cfw enable #general-chat")
.Parameter("bool")
.Parameter("channel", ParameterType.Optional)
.Do(async e =>
@ -89,7 +89,7 @@ namespace NadekoBot.Modules.Permissions.Commands
cgb.CreateCommand(Module.Prefix + "afw")
.Alias(Module.Prefix + "addfilteredword")
.Description("Adds a new word to the list of filtered words" +
"\n**Usage**: ;aw poop")
"\n**Usage**: ;afw poop")
.Parameter("word", ParameterType.Unparsed)
.Do(async e =>
{