added alias
This commit is contained in:
parent
98d166e539
commit
bc860a06f7
@ -76,6 +76,7 @@ namespace NadekoBot.Modules.Conversations
|
|||||||
});
|
});
|
||||||
|
|
||||||
cgb.CreateCommand("..qdel")
|
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`")
|
.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)
|
.Parameter("quote", ParameterType.Required)
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
|
Loading…
Reference in New Issue
Block a user