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