Add more of serverinfo's requires to the about command

This commit is contained in:
7cc5c4f330d47060 2024-08-09 01:41:02 -04:00
parent e8ed4dd501
commit cb39c0fb04
Signed by: 7cc5c4f330d47060
SSH key fingerprint: SHA256:e+4tcZut1nBpe10PqjaO+Rvie0Q7W4qIvFzcUw+7riA

View file

@ -1,5 +1,7 @@
const version = require('../version.json')
const { getMessage } = require('../util/lang.js')
const os = require('os')
const cp = require('child_process')
const { getMessage, formatTime } = require('../util/lang.js')
const fs = require('fs')
const botVersion = require('../util/version.js')
const aboutBot = function (c){