asdf
This commit is contained in:
parent
f2b849c11b
commit
89f032b7ca
2
index.js
2
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
|
commands.push(pageCommand) // This is a test, i have *no* idea if this'll work
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue