From b208830519a5dbd4e88d1aa33d9ffc3eda7ae186 Mon Sep 17 00:00:00 2001 From: Expand Date: Mon, 18 Dec 2023 00:09:22 +1100 Subject: [PATCH] aaa --- commands/slashcommands/utility/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")