reminder
This commit is contained in:
parent
03ce821527
commit
5455dc9ebd
1 changed files with 2 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue