Skip to content

Commit f5f088f

Browse files
committed
Update permission name
1 parent 20e8865 commit f5f088f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infrastructure/discord/commands/createIssue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export const data = new SlashCommandBuilder()
1818
);
1919

2020
export async function execute(interaction: CommandInteraction) {
21-
if (!can(interaction.user.id, ["githubissue:write"])) {
21+
if (!can(interaction.user.id, ["githubIssue:write"])) {
2222
await interaction.reply({
2323
content: "You do not have permission to create an issue.",
2424
ephemeral: true,

0 commit comments

Comments
 (0)