We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61628bf + cc48fc8 commit ee2ba30Copy full SHA for ee2ba30
1 file changed
commands/article.js
@@ -325,7 +325,8 @@ async function articleCommand(message, args) {
325
console.error(`Draft forum URL update failed for ${article.id}${detail}`);
326
}
327
328
- await message.reply(`Draft created: <https://btcmaxis.com/article.html?id=${article.id}> | <${thread.url}>`);
+ const articleUrl = `https://btcmaxis.com/article.html?id=${article.id}`;
329
+ await message.reply(`[Article Link](<${articleUrl}>) | [Article Comments](<${thread.url}>)`);
330
331
332
module.exports = {
0 commit comments