diff --git a/bot/util/handlers.js b/bot/util/handlers.js index 4476e07..5e9974d 100644 --- a/bot/util/handlers.js +++ b/bot/util/handlers.js @@ -105,10 +105,6 @@ class EventHandler { } } - unload (name) { //eslint-disable-line no-unused-vars - - } - loadAll () { const eventFiles = fs.readdirSync(this.client.path + '/events'); eventFiles.forEach(file => { @@ -120,6 +116,8 @@ class EventHandler { } }); } + + // TO-DO: EVENT UNLOADING/RELOADING } module.exports = {