Update bot/index.js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Alexa Amundson
2025-11-24 16:47:11 -06:00
committed by GitHub
parent 5c523af96e
commit 788d3ab6e4

View File

@@ -22,19 +22,20 @@ if (reaction) {
switch (reaction) { switch (reaction) {
case "eyes": case "eyes":
case "✅": console.log("👀 Mark as Done");
break;
case "hooray":
case "rocket":
console.log("✅ Mark as Done"); console.log("✅ Mark as Done");
break; break;
case "x": case "-1":
case "": case "confused":
console.log("❌ Mark as Blocked"); console.log("❌ Mark as Blocked");
break; break;
case "rotating_light": case "rotating_light":
case "🛟":
console.log("🛟 Escalation triggered"); console.log("🛟 Escalation triggered");
break; break;
case "thinking_face": case "thinking_face":
case "🤔":
console.log("🤔 Needs Review assigned"); console.log("🤔 Needs Review assigned");
break; break;
default: default: