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} `); } };