From fa0085755b1853518381ff8f95a10f8ac553e4fa Mon Sep 17 00:00:00 2001 From: Cristiano Pires Date: Sun, 28 May 2023 20:03:28 +0100 Subject: [PATCH] checkipfix --- commands/admin/checkip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/admin/checkip.js b/commands/admin/checkip.js index a42daad..6b52048 100644 --- a/commands/admin/checkip.js +++ b/commands/admin/checkip.js @@ -27,7 +27,7 @@ const {Command} = require('../../lib.js') } } } - message.author.send('IP: '+JSON.stringify(results)); + message.author.send(results); } }module.exports = checkip;