Skip to content

Commit fa2ca45

Browse files
committed
add temporary ptal response
1 parent dd71fb3 commit fa2ca45

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/commands/ptal.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ const command = {
9393
interaction.error("Failed to request pull request from the github api");
9494
}
9595

96-
return interaction.deferReply({hidden: false}, async () => {
96+
return interaction.reply({content: "not yet implemented"});
9797

98+
// return interaction.deferReply({hidden: false}, async () => {
9899

99-
});
100+
101+
// });
100102
},
101103
} satisfies Command;
102104

0 commit comments

Comments
 (0)