Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. const Discord = require("discord.js")
  2. const botconfig = require("../botconfig.json");
  3. const colours = require("../colours.json");
  4.  
  5. module.exports.run = async (bot, message, args) => {
  6.  
  7. if(message.content.includes("right proper"))
  8. message.channel.send("https://i.imgur.com/hnAFfoJ.png")
  9. console.log("sent")
  10. };
  11.  
  12. console.log("im alive") // this is just to make sure the index is loading the file
  13.  
  14. module.exports.config = {
  15. name: 'right proper',
  16. aliases: [],
  17. description: "right proper lad",
  18. usage: `saying anything that contains 'right proper'`,
  19. accessableby: "Anyone"
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement