Skip to content

Commit 574dd40

Browse files
luca-montaigutpotb
andcommitted
feat: change for https link
Co-authored-by: Peïo Thibault <[email protected]>
1 parent 344632b commit 574dd40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/handle-interaction-creation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const handleInteractionCreation = async (interaction: Interaction): Promi
2121
await createLobby(interaction);
2222
break;
2323
case 'fart':
24-
await interaction.reply('http://prout.dev');
24+
await interaction.reply('https://prout.dev');
2525
break;
2626
}
2727
};

0 commit comments

Comments
 (0)