From 55f14a0ccb47756086cd828511a1d9fa6f6aea68 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Tue, 3 May 2016 15:22:28 +0200 Subject: [PATCH] added ~meow alias to ~randomcat --- NadekoBot/Modules/Searches/SearchesModule.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/NadekoBot/Modules/Searches/SearchesModule.cs b/NadekoBot/Modules/Searches/SearchesModule.cs index 5fba14f3..f497da5f 100644 --- a/NadekoBot/Modules/Searches/SearchesModule.cs +++ b/NadekoBot/Modules/Searches/SearchesModule.cs @@ -142,6 +142,7 @@ $@"🌍 **Weather for** 【{obj["target"]}】 }); cgb.CreateCommand(Prefix + "randomcat") + .Alias(Prefix + "meow") .Description("Shows a random cat image.") .Do(async e => {