Skip to content

Commit

Permalink
add temporary ptal response
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar1jn committed Apr 6, 2024
1 parent dd71fb3 commit fa2ca45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/commands/ptal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,12 @@ const command = {
interaction.error("Failed to request pull request from the github api");
}

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

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

});

// });
},
} satisfies Command;

Expand Down

0 comments on commit fa2ca45

Please sign in to comment.