mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 18:47:20 +00:00
WIP: Note Slash Command
This commit is contained in:
parent
91339bb01e
commit
dfb0e2c19d
29 changed files with 319 additions and 178 deletions
|
@ -1,9 +1,9 @@
|
|||
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
||||
import { CasesPlugin } from "../../../plugins/Cases/CasesPlugin";
|
||||
import { sendErrorMessage } from "../../../pluginUtils";
|
||||
import { modActionsCmd } from "../types";
|
||||
import { modActionsMsgCmd } from "../types";
|
||||
|
||||
export const CaseCmd = modActionsCmd({
|
||||
export const CaseCmd = modActionsMsgCmd({
|
||||
trigger: "case",
|
||||
permission: "can_view",
|
||||
description: "Show information about a specific case",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue