Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. exports.export = (client, msg, user) => {
  2.  
  3. if (msg.content.toLowerCase().startsWith("pic")) {
  4.  
  5. msg.channel.send('', {
  6. files: [
  7. "./images/1.png",
  8. "./images/2.png",
  9. "./images/3.png",
  10. "./images/4.png"
  11. ]
  12. });
  13. }
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement