Skip to content

Commit

Permalink
did it break
Browse files Browse the repository at this point in the history
  • Loading branch information
techpixel committed May 12, 2024
1 parent 2a452b2 commit 452c557
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/subroutines/events/powerHour.ts
Expand Up @@ -190,10 +190,12 @@ U06MWAFGYCX`;
const users = rawCell.split("\n");

for (const user of users) {
console.log(user);
/*
await app.client.chat.postMessage({
channel: user,
text: `Hey <@${user}>! Since we're unable to send you the pi clock, we'll get you something else instead: some FUDGE!!!! While I know you were excited about the clock, I promise you that this fudge is AMAZING (and straight from vermont!)`
});
});*/
}
});
}
Expand Down

0 comments on commit 452c557

Please sign in to comment.