added alias

This commit is contained in:
Master Kwoth 2016-05-21 16:15:26 +02:00
parent 98d166e539
commit bc860a06f7

View File

@ -76,6 +76,7 @@ namespace NadekoBot.Modules.Conversations
});
cgb.CreateCommand("..qdel")
.Alias("..quotedelete")
.Description("Deletes all quotes with the specified keyword. You have to either be bot owner or the creator of the quote to delete it.\n**Usage**: `..qdel abc`")
.Parameter("quote", ParameterType.Required)
.Do(async e =>