3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-17 15:15:02 +00:00

Add !s as an alias for !search

This commit is contained in:
Dragory 2019-04-13 02:23:22 +03:00
parent b39c295ecc
commit 2ab80a5c4d

View file

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