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 c14cd97 commit 0743c17Copy full SHA for 0743c17
1 file changed
src/events/setupResponse.ts
@@ -33,7 +33,7 @@ export default {
33
});
34
35
await interaction.reply({
36
- content: `✅ Setup complete!\n- Boost notifications: <#${boostChannelId}>\n- Logs: <#${logChannelId}>`,
+ content: `Setup complete!\n- Boost notifications: <#${boostChannelId}>\n- Logs: <#${logChannelId}>`,
37
flags: MessageFlags.Ephemeral,
38
39
}
0 commit comments