Advertisement
xoxfl

List - Food Bot

Jun 15th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. const Discord = require('discord.js')
  2.  
  3. module.exports.run = async (bot, message, args) => {
  4. let chefflist = new Discord.RichEmbed()
  5. .setImage('https://cdn.glitch.com/abf0290b-9155-4591-bfce-ffb8b941423b%2FDDBE9D1B-3AB2-40CC-BB4D-36E29FF99A8B.jpeg?1545247264757')
  6. .addField('Heres the list ','Hot Wings\nPepperoni Pizza\nCheese Pizza', true)
  7. .setFooter('For other pizzas please search a image up thanks you')
  8. message.author.send(chefflist)
  9.  
  10. }
  11.  
  12. module.exports.help = {
  13. name: "list"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement