mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 14:55:40 +02:00
Check for no invite
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = class InfoCommand extends Command {
|
||||
.addField('❯ Commands',
|
||||
this.client.registry.commands.size, true)
|
||||
.addField('❯ Home Server',
|
||||
`[Here](${this.client.options.invite})`, true)
|
||||
this.client.options.invite ? `[Here](${this.client.options.invite})` : 'None', true)
|
||||
.addField('❯ Memory Usage',
|
||||
`${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true)
|
||||
.addField('❯ Uptime',
|
||||
|
||||
Reference in New Issue
Block a user