diff --git a/commands/slashcommands/utility/query.js b/commands/slashcommands/utility/query.js index 4f7b8e1..0ba1488 100644 --- a/commands/slashcommands/utility/query.js +++ b/commands/slashcommands/utility/query.js @@ -23,7 +23,7 @@ module.exports = { }).then((state) => { //console.log(state); //console.log(state.players) - sendResponse(interaction, `${state}`) + sendResponse(interaction, `${JSON.stringify(state)}`) }).catch(async (error) => { console.log("Server is offline " + error); sendResponse(interaction, "Server is offline")