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;