This commit is contained in:
Emily 2020-10-18 13:57:31 +11:00
parent 03ce821527
commit 5455dc9ebd

View file

@ -105,10 +105,6 @@ class EventHandler {
} }
} }
unload (name) { //eslint-disable-line no-unused-vars
}
loadAll () { loadAll () {
const eventFiles = fs.readdirSync(this.client.path + '/events'); const eventFiles = fs.readdirSync(this.client.path + '/events');
eventFiles.forEach(file => { eventFiles.forEach(file => {
@ -120,6 +116,8 @@ class EventHandler {
} }
}); });
} }
// TO-DO: EVENT UNLOADING/RELOADING
} }
module.exports = { module.exports = {