mirror of
https://github.com/Expand-sys/mcbot
synced 2025-12-16 23:12:12 +11:00
beans
This commit is contained in:
parent
c71ee62235
commit
5ae7e1c8de
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ module.exports = {
|
|||
}).then((state) => {
|
||||
//console.log(state);
|
||||
//console.log(state.players)
|
||||
sendResponse(interaction, state)
|
||||
sendResponse(interaction, `${state}`)
|
||||
}).catch(async (error) => {
|
||||
console.log("Server is offline " + error);
|
||||
sendResponse(interaction, "Server is offline")
|
||||
|
|
|
|||
Loading…
Reference in a new issue