diff --git a/commands/article.js b/commands/article.js index 5f86b53..43f630f 100644 --- a/commands/article.js +++ b/commands/article.js @@ -325,7 +325,8 @@ async function articleCommand(message, args) { console.error(`Draft forum URL update failed for ${article.id}${detail}`); } - await message.reply(`Draft created: | <${thread.url}>`); + const articleUrl = `https://btcmaxis.com/article.html?id=${article.id}`; + await message.reply(`[Article Link](<${articleUrl}>) | [Article Comments](<${thread.url}>)`); } module.exports = {