progdisc/AwesomeBot

View on GitHub
commands/pro/proTerms.js

Summary

Maintainability
A
0 mins
Test Coverage
const proTerms = require('fs')
  .readFileSync(`${__dirname}/proTerms.txt`, 'utf8')
  .split('\n')
  .map(str => str.split('|'));

module.exports = proTerms;