3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 22:21:51 +00:00

Add !s as an alias for !search

This commit is contained in:
Dragory 2019-04-13 02:23:22 +03:00
parent d79af59863
commit ad10a79b6c

View file

@ -197,6 +197,7 @@ export class UtilityPlugin extends ZeppelinPlugin<IUtilityPluginConfig> {
} }
@d.command("search", "[query:string$]", { @d.command("search", "[query:string$]", {
aliases: ["s"],
options: [ options: [
{ {
name: "page", name: "page",