From bc860a06f713c58b8c3919cdb398f93f82abfe54 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 21 May 2016 16:15:26 +0200 Subject: [PATCH] added alias --- NadekoBot/Modules/Conversations/Conversations.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NadekoBot/Modules/Conversations/Conversations.cs b/NadekoBot/Modules/Conversations/Conversations.cs index c83463aa..f40f0678 100644 --- a/NadekoBot/Modules/Conversations/Conversations.cs +++ b/NadekoBot/Modules/Conversations/Conversations.cs @@ -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 =>