mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Fix Info Bug
This commit is contained in:
@@ -48,7 +48,7 @@ class InfoCommand extends commando.Command {
|
||||
.addField('Memory Usage',
|
||||
`${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true)
|
||||
.addField('Uptime',
|
||||
moment.duration(this.client.uptime).format('d[ days], h[ hours], m[ minutes, and ]s[ seconds]'));
|
||||
moment.duration(this.client.uptime).format('d[ days], h[ hours], m[ minutes, and ]s[ seconds]'))
|
||||
.addField('Library',
|
||||
"[discord.js](https://discord.js.org/#/) + [discord.js-commando](https://github.com/Gawdl3y/discord.js-commando)")
|
||||
.addField('Modules',
|
||||
|
||||
Reference in New Issue
Block a user