We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd71fb3 commit fa2ca45Copy full SHA for fa2ca45
1 file changed
src/commands/ptal.ts
@@ -93,10 +93,12 @@ const command = {
93
interaction.error("Failed to request pull request from the github api");
94
}
95
96
- return interaction.deferReply({hidden: false}, async () => {
+ return interaction.reply({content: "not yet implemented"});
97
98
+ // return interaction.deferReply({hidden: false}, async () => {
99
- });
100
+
101
+ // });
102
},
103
} satisfies Command;
104
0 commit comments