mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
update: channel IDS
This commit is contained in:
parent
65a6771ce7
commit
3fb244f595
1 changed files with 1 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 !== "C087MFJ54U9") return;
|
||||
const message = par;
|
||||
//@ts-ignore
|
||||
// if (par.event.thread_ts) return;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue