diff --git a/commands/util/info.js b/commands/util/info.js index 89cd95a7..a45384a7 100644 --- a/commands/util/info.js +++ b/commands/util/info.js @@ -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',