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

Tags: add aliases for !tag list: !tags and !taglist

This commit is contained in:
Dragory 2019-02-09 13:18:23 +02:00
parent 0a4a167c9d
commit b949b52bac

View file

@ -68,6 +68,8 @@ export class TagsPlugin extends Plugin {
} }
@d.command("tag list") @d.command("tag list")
@d.command("tags")
@d.command("taglist")
@d.permission("list") @d.permission("list")
async tagListCmd(msg: Message) { async tagListCmd(msg: Message) {
const tags = await this.tags.all(); const tags = await this.tags.all();