added description

This commit is contained in:
Kwoth 2016-01-10 15:52:06 +01:00
parent 1d632b61d8
commit cadae7f67c

View File

@ -278,6 +278,7 @@ namespace NadekoBot.Modules
});
cgb.CreateCommand(".prune")
.Parameter("num", Discord.Commands.ParameterType.Required)
.Description("Prunes a number of messages from the current channel.\n**Usage**: .prune 50")
.Do(async e => {
int num;