~g is alias for ~google now
This commit is contained in:
parent
90612676d3
commit
0ea71eb490
@ -221,6 +221,7 @@ $@"🌍 **Weather for** 【{obj["target"]}】
|
|||||||
});
|
});
|
||||||
|
|
||||||
cgb.CreateCommand(Prefix + "google")
|
cgb.CreateCommand(Prefix + "google")
|
||||||
|
.Alias(Prefix + "g")
|
||||||
.Description("Get a google search link for some terms.")
|
.Description("Get a google search link for some terms.")
|
||||||
.Parameter("terms", ParameterType.Unparsed)
|
.Parameter("terms", ParameterType.Unparsed)
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
|
Loading…
Reference in New Issue
Block a user