You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ en:
5
5
discord_bot_admin_channel_id: "The id of your admin text channel on Discord"
6
6
discord_bot_admin_role_id: "The id of your admin role on Discord for which commands are permitted"
7
7
discord_bot_announcement_channel_id: "The id of your Discord announcement channel"
8
-
discord_bot_discourse_announcement_topic_id: "The id of your Discourse announcement Topic"
9
-
discord_bot_auto_channel_sync: "Enable chat sync on identically named channels/Categories"
8
+
discord_bot_discourse_announcement_topic_id: "The id of your Discourse Announcement Topic (if discord auto channel sync is enabled and matching Category found this is suppressed)"
9
+
discord_bot_auto_channel_sync: "Enable chat sync on identically named channels/Categories (takes precedence over Discourse Announcement Topic)"
10
10
discord_bot_message_copy_topic_size_limit: "Message history copy: number of Discord messages per Discourse Topic"
11
11
discord_bot_post_announcement_categories: "Announce new Posts in here within the announcements channel"
12
12
discord_bot_topic_announcement_categories: "Announce new Topics in here within the announcements channel"
if !(target_topic=Topic.find_by(title: I18n.t("discord_bot.discord_events.auto_message_copy.default_topic_title",channel_name: matching_category.name))).nil?
0 commit comments