diff --git a/commands/reload.js b/commands/reload.js index bd35156a..bd2c61d5 100644 --- a/commands/reload.js +++ b/commands/reload.js @@ -1,3 +1,5 @@ +const fs = require('fs'); + module.exports = { name: 'reload', alias: 'reload',