From 8452fd458ed759a2fc17dca570e44955025c7570 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 13 Sep 2017 16:34:21 +0000 Subject: [PATCH] Change --- commands/util/invite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/util/invite.js b/commands/util/invite.js index 12b316f7..5ba30cd5 100644 --- a/commands/util/invite.js +++ b/commands/util/invite.js @@ -18,7 +18,7 @@ module.exports = class InviteCommand extends Command { Add me to your server with this link: <${invite}> Or, come to my server with this link: - ${this.client.options.invite} + https://${this.client.options.invite} `); } };