diff --git a/NadekoBot/Modules/Searches/SearchesModule.cs b/NadekoBot/Modules/Searches/SearchesModule.cs index e9a30cc8..15c1c9be 100644 --- a/NadekoBot/Modules/Searches/SearchesModule.cs +++ b/NadekoBot/Modules/Searches/SearchesModule.cs @@ -221,6 +221,7 @@ $@"🌍 **Weather for** 【{obj["target"]}】 }); cgb.CreateCommand(Prefix + "google") + .Alias(Prefix + "g") .Description("Get a google search link for some terms.") .Parameter("terms", ParameterType.Unparsed) .Do(async e =>