mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-17 08:02:13 +11:00
change path
This commit is contained in:
parent
65604e7c7d
commit
af516999ad
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ module.exports = {
|
||||||
function spawnMC(channel) {
|
function spawnMC(channel) {
|
||||||
let options = {
|
let options = {
|
||||||
shell: true,
|
shell: true,
|
||||||
cwd: "/root/minecraft/",
|
cwd: "/CCash/minecraft/",
|
||||||
};
|
};
|
||||||
const minecraft = spawn(
|
const minecraft = spawn(
|
||||||
"java",
|
"java",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue