fixing style + an error

This commit is contained in:
amber 2020-04-24 20:06:17 +01:00
parent 9ab8731f90
commit e73301f87d
No known key found for this signature in database
GPG key ID: 3D664321E8507177
6 changed files with 33 additions and 33 deletions

View file

@ -17,6 +17,7 @@ exports.help = {
parameters: '`question` - the question you want to ask'
}
// eslint-disable-next-line no-unused-vars
const responses = require('../assets/json/8ball.json').responses
exports.run = async (client, message, args, level, data) => {