mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-17 07:12:13 +11:00
fix
This commit is contained in:
parent
1d743e8d02
commit
c97f371aa5
1 changed files with 2 additions and 2 deletions
|
|
@ -23,10 +23,10 @@ module.exports = {
|
||||||
}).then((state) => {
|
}).then((state) => {
|
||||||
//console.log(state);
|
//console.log(state);
|
||||||
//console.log(state.players)
|
//console.log(state.players)
|
||||||
interaction.sendResponse(state)
|
interaction.sendReply(state)
|
||||||
}).catch(async (error) => {
|
}).catch(async (error) => {
|
||||||
console.log("Server is offline " + error);
|
console.log("Server is offline " + error);
|
||||||
interaction.sendResponse("Server is offline")
|
interaction.sendReply("Server is offline")
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue