Skip to content

Commit

Permalink
Well lets see if links work now..
Browse files Browse the repository at this point in the history
  • Loading branch information
TBlueF authored Aug 4, 2023
1 parent 0d0c84c commit e73904f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/faq-updater/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ async function getNewMessages() {
if (name === link) return `<${link}>`;
if (link.startsWith("https://discord.com/channels/")) return link;
if (link.startsWith("#")) return name;
return `__${name}__ (<${link}>)`;
return `[${name}](<${link}>)`;
});
const message = `## ${title}\n${content}`;
return splitMessage(message);
Expand Down

0 comments on commit e73904f

Please sign in to comment.