Skip to content

Commit 951a652

Browse files
committed
fixed channel stuff
1 parent 0743c17 commit 951a652

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/events/setupResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
});
3434

3535
await interaction.reply({
36-
content: `Setup complete!\n- Boost notifications: <#${boostChannelId}>\n- Logs: <#${logChannelId}>`,
36+
content: `Setup complete!\n- Boost notifications: <${boostChannelId}>\n- Logs: <${logChannelId}>`,
3737
flags: MessageFlags.Ephemeral,
3838
});
3939
}

0 commit comments

Comments
 (0)