diff --git a/index.js b/index.js index 6f61d14..c5ec516 100644 --- a/index.js +++ b/index.js @@ -519,7 +519,7 @@ dcClient.on('ready', async () => { ] }; - var commands = require("./commands.json") + var commands = await require("./commands.json") commands.push(pageCommand) // This is a test, i have *no* idea if this'll work