fix again

This commit is contained in:
Expand 2023-12-18 00:07:33 +11:00
parent c97f371aa5
commit c71ee62235

View file

@ -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")
});
},
}