Add more of serverinfo's requires to the about command
This commit is contained in:
parent
e8ed4dd501
commit
cb39c0fb04
1 changed files with 4 additions and 2 deletions
|
@ -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){
|
||||
|
|
Loading…
Reference in a new issue