Advertisement
ademisking

Untitled

Mar 26th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. module.exports.run = async (bot, message, args) => {
  2.  
  3. var fs = require('fs');
  4. var commandsList = fs.readFileSync('Storage/commands.txt', 'utf8');
  5.  
  6.  
  7. message.channel.send(commandsList)
  8.  
  9.  
  10. }
  11.  
  12. module.exports.config = {
  13. command: "help"
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement