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 20e8865 commit f5f088fCopy full SHA for f5f088f
src/infrastructure/discord/commands/createIssue.ts
@@ -18,7 +18,7 @@ export const data = new SlashCommandBuilder()
18
);
19
20
export async function execute(interaction: CommandInteraction) {
21
- if (!can(interaction.user.id, ["githubissue:write"])) {
+ if (!can(interaction.user.id, ["githubIssue:write"])) {
22
await interaction.reply({
23
content: "You do not have permission to create an issue.",
24
ephemeral: true,
0 commit comments