mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-26 14:19:11 +02:00
More Info Changes
This commit is contained in:
@@ -41,7 +41,7 @@ module.exports = class InfoCommand extends Command {
|
|||||||
.addField('Uptime',
|
.addField('Uptime',
|
||||||
moment.duration(this.client.uptime).format('d[d]h[h]m[m]s[s]'), true)
|
moment.duration(this.client.uptime).format('d[d]h[h]m[m]s[s]'), true)
|
||||||
.addField('Version',
|
.addField('Version',
|
||||||
version, true)
|
`v${version}`, true)
|
||||||
.addField('Node Version',
|
.addField('Node Version',
|
||||||
process.version, true)
|
process.version, true)
|
||||||
.addField('Library',
|
.addField('Library',
|
||||||
|
|||||||
Reference in New Issue
Block a user