mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-11 04:57:19 +00:00
Tags: add aliases for !tag list: !tags and !taglist
This commit is contained in:
parent
bb3b4d9fd2
commit
6f980d109b
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ export class TagsPlugin extends Plugin {
|
||||||
this.savedMessages.events.off("delete", this.onMessageDeleteFn);
|
this.savedMessages.events.off("delete", this.onMessageDeleteFn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@d.command("tag list")
|
||||||
|
@d.command("tags")
|
||||||
@d.command("taglist")
|
@d.command("taglist")
|
||||||
@d.permission("list")
|
@d.permission("list")
|
||||||
async tagListCmd(msg: Message) {
|
async tagListCmd(msg: Message) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue