This commit is contained in:
Daniel Odendahl Jr
2017-09-13 16:34:21 +00:00
parent d2aa4c9ba2
commit 8452fd458e
+1 -1
View File
@@ -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}
`);
}
};