From 89f032b7caa84ce4976aeb5641909402069a838a Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 23 Mar 2024 17:24:44 -0600 Subject: [PATCH] asdf --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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