Change all vars to const or let
This commit is contained in:
parent
0d7734958c
commit
ce1936df62
5 changed files with 9 additions and 8 deletions
|
@ -11,7 +11,7 @@ module.exports = {
|
|||
"`<prefix>help netmodules` to display help for netmodules"
|
||||
],
|
||||
execute({ message, args, prefix, client }) {
|
||||
var commands = ""
|
||||
let commands = ""
|
||||
let commandFiles = fs.readdirSync('./commands').filter(file => file.endsWith('.js'));
|
||||
let x = 0
|
||||
if (args[0] == "netmodules") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue