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 344632b commit 574dd40Copy full SHA for 574dd40
src/handlers/handle-interaction-creation.ts
@@ -21,7 +21,7 @@ export const handleInteractionCreation = async (interaction: Interaction): Promi
21
await createLobby(interaction);
22
break;
23
case 'fart':
24
- await interaction.reply('http://prout.dev');
+ await interaction.reply('https://prout.dev');
25
26
}
27
};
0 commit comments