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