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:
parent
d79af59863
commit
ad10a79b6c
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Add table
Reference in a new issue