update:bin

This commit is contained in:
Saahil 2025-01-03 21:00:27 -05:00
parent 21f29f3a82
commit be26bf1b01
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -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-`);
});
}