removing instructions from display
This commit is contained in:
@@ -8,10 +8,8 @@ module.exports = {
|
|||||||
|
|
||||||
var resultArray = await libFlayer.getFood();
|
var resultArray = await libFlayer.getFood();
|
||||||
|
|
||||||
message.reply(`**Retrieving**:
|
message.reply(`
|
||||||
[${resultArray.strMeal} - ${resultArray.strCategory}]
|
[**${resultArray.strMeal}** - *${resultArray.strCategory}*]
|
||||||
|
|
||||||
${resultArray.strInstructions}
|
|
||||||
|
|
||||||
${resultArray.strSource}
|
${resultArray.strSource}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user