~g is alias for ~google now

This commit is contained in:
Kwoth 2016-07-20 16:39:02 +02:00
parent 90612676d3
commit 0ea71eb490

View File

@ -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 =>