Skip to content

Commit

Permalink
Xujiayao#52: disable auto-embeds for update links
Browse files Browse the repository at this point in the history
  • Loading branch information
secondfry committed Jul 1, 2022
1 parent d8907a6 commit 86bbe0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/top/xujiayao/mcdiscordchat/utils/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public static String checkUpdate(boolean isManualCheck) {
message.append("\n\n");
message.append("MCDiscordChat **").append(VERSION).append("** -> **").append(latestVersion).append("**");
message.append("\n\n");
message.append(CONFIG.generic.useEngInsteadOfChin ? "Download link: https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download" : "下载链接:https://github.com/Xujiayao/MCDiscordChat/blob/master/README_CN.md#%E4%B8%8B%E8%BD%BD");
message.append(CONFIG.generic.useEngInsteadOfChin ? "Download link: <https://github.com/Xujiayao/MCDiscordChat/blob/master/README.md#Download>" : "下载链接:<https://github.com/Xujiayao/MCDiscordChat/blob/master/README_CN.md#%E4%B8%8B%E8%BD%BD>");
message.append("\n\n");

if (CONFIG.generic.updateMessage.equals("full")) {
Expand Down

0 comments on commit 86bbe0a

Please sign in to comment.