This commit is contained in:
Christopher Cookman 2024-03-23 17:24:44 -06:00
parent f2b849c11b
commit 89f032b7ca
Signed by: ChrisChrome
GPG key ID: A023A26E42C33A42

View file

@ -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