staging bold fixes

This commit is contained in:
John Facey
2022-06-17 18:00:49 -05:00
parent f07c84eaca
commit 24b3700775
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
var feedArray = libFlayer.getFeeds(category);
var i = Math.floor(Math.random() * (feedArray.length - 0) + 0 );
message.reply(`Retrieving: [${catName}](${feedArray[i].link})`);
message.reply(`**Retrieving**: [${catName}](${feedArray[i].link})`);
}
};