checkip fix

master
Cristiano Pires 2 years ago
parent 1785426c92
commit 407775950c

@ -28,7 +28,7 @@ const {Command} = require('../../lib.js')
} }
} }
} }
message.author.send('IP: '+results) message.author.send('IP: '+JSON.stringify(results));
} }
}module.exports = checkip; }module.exports = checkip;

Loading…
Cancel
Save