diff --git a/src/components/forum-channels.ts b/src/components/forum-channels.ts index 6246fd28..919cc1c3 100644 --- a/src/components/forum-channels.ts +++ b/src/components/forum-channels.ts @@ -330,7 +330,7 @@ export default class ForumChannels extends BotComponent { `New ${ thread.parentId == this.wheatley.channels.code_review.id ? "code review" : "showcase" } post: ${thread.name}`, - false, + true, this.wheatley.channels.general_discussion, ); } diff --git a/src/wheatley.ts b/src/wheatley.ts index 26beb7e9..20cb8f37 100644 --- a/src/wheatley.ts +++ b/src/wheatley.ts @@ -225,7 +225,7 @@ type quote_options = { title?: string; message_id_footer?: boolean; user_id_footer?: boolean; - // only include an image in the single embed, omit all other media or attachments + // only include one image in the single embed, omit all other media or attachments no_extra_media_embeds?: boolean; // override message content custom_content?: string;