diff --git a/commands/admin/checkip.js b/commands/admin/checkip.js index c463bdf..ec560b8 100644 --- a/commands/admin/checkip.js +++ b/commands/admin/checkip.js @@ -28,7 +28,7 @@ const {Command} = require('../../lib.js') } } } - message.author.send('IP: '+results) + message.author.send('IP: '+JSON.stringify(results)); } }module.exports = checkip;