added description
This commit is contained in:
parent
1d632b61d8
commit
cadae7f67c
@ -278,6 +278,7 @@ namespace NadekoBot.Modules
|
|||||||
});
|
});
|
||||||
cgb.CreateCommand(".prune")
|
cgb.CreateCommand(".prune")
|
||||||
.Parameter("num", Discord.Commands.ParameterType.Required)
|
.Parameter("num", Discord.Commands.ParameterType.Required)
|
||||||
|
.Description("Prunes a number of messages from the current channel.\n**Usage**: .prune 50")
|
||||||
.Do(async e => {
|
.Do(async e => {
|
||||||
int num;
|
int num;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user