mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
When updating cases, update existing case embed in case log channel if possible
This commit is contained in:
parent
7cd58c2b6d
commit
19a82b767f
4 changed files with 46 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
import { CaseArgs, CasesPluginType } from "../types";
|
||||
import { resolveUser } from "../../../utils";
|
||||
import { PluginData } from "knub";
|
||||
import { plugin, PluginData } from "knub";
|
||||
import { createCaseNote } from "./createCaseNote";
|
||||
import { postCaseToCaseLogChannel } from "./postToCaseLogChannel";
|
||||
import { logger } from "../../../logger";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue