Remove serverinfov9
This commit is contained in:
parent
1f24c53603
commit
b18f9a850a
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
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')
|
||||
|
||||
module.exports = {
|
||||
execute: function (c) {
|
||||
c.reply({
|
||||
text: getMessage(c.lang, 'command.serverinfo.deprecated')
|
||||
})
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue