mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
Tags: add aliases for !tag list: !tags and !taglist
This commit is contained in:
parent
0a4a167c9d
commit
b949b52bac
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ export class TagsPlugin extends Plugin {
|
|||
}
|
||||
|
||||
@d.command("tag list")
|
||||
@d.command("tags")
|
||||
@d.command("taglist")
|
||||
@d.permission("list")
|
||||
async tagListCmd(msg: Message) {
|
||||
const tags = await this.tags.all();
|
||||
|
|
Loading…
Add table
Reference in a new issue