mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
update:bin
This commit is contained in:
parent
21f29f3a82
commit
be26bf1b01
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export default class UUID implements Command {
|
|||
// app.command()
|
||||
app.event(this.name, async (par) => {
|
||||
//@ts-ignore
|
||||
if (par.event.channel !== "C07LGLUTNH2") return;
|
||||
if (par.event.channel !== "C087BAWG7N0") return;
|
||||
const message = par;
|
||||
//@ts-ignore
|
||||
// if (par.event.thread_ts) return;
|
||||
|
|
@ -55,6 +55,7 @@ export default class UUID implements Command {
|
|||
thread_ts: event.ts!,
|
||||
});
|
||||
|
||||
|
||||
console.debug(`#message-`);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue