mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
fix: BRUH
This commit is contained in:
parent
f2ff475528
commit
a1a586c1fd
1 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,8 @@ export default class HowWasUrDayMessage implements Command {
|
|||
// console.debug(par);
|
||||
if (par.event.channel !== "C0159TSJVH8") return;
|
||||
const message = par;
|
||||
const { event, say } = par;
|
||||
|
||||
// if (!par.ack) return;
|
||||
// console.debug(0);
|
||||
// if (!par.say) return;
|
||||
|
|
@ -37,7 +39,6 @@ export default class HowWasUrDayMessage implements Command {
|
|||
// if (par.event.channel_type !== "im") return;
|
||||
// if (!par.event.text.startsWith("!")) return;
|
||||
console.debug(`cmd`);
|
||||
const { event, say } = par;
|
||||
|
||||
const matchedText = event.text.match(id_regex) || [];
|
||||
// console.log(cmd, args);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue