From c71ee62235aeaeab9f9f376df8994054d688b50c Mon Sep 17 00:00:00 2001 From: Expand Date: Mon, 18 Dec 2023 00:07:33 +1100 Subject: [PATCH] fix again --- commands/slashcommands/utility/query.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/slashcommands/utility/query.js b/commands/slashcommands/utility/query.js index c52a29e..d5b7af7 100644 --- a/commands/slashcommands/utility/query.js +++ b/commands/slashcommands/utility/query.js @@ -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") }); }, } \ No newline at end of file