Update bot/index.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
11
bot/index.js
11
bot/index.js
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user