From f6ee5f7803d8d52699097c2f1c7ef713038e72a3 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 5 Dec 2017 21:30:56 +0000 Subject: [PATCH] Update info --- commands/util/info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/info.js b/commands/util/info.js index aeebc96f..1779b0fd 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](https://${this.client.options.invite})`, true) + `[Here](${this.client.options.invite})`, true) .addField('❯ Memory Usage', `${Math.round(process.memoryUsage().heapUsed / 1024 / 1024)}MB`, true) .addField('❯ Uptime',