diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-05 14:19:48 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-05 14:19:48 -0500 |
| commit | 0f2233a529d80b242732bd40ebaecf3fbb56cecf (patch) | |
| tree | 8ebcae6c1445c8e8d590eb6643fb82053909bd54 /commands | |
| parent | 671f0bd1f997ae2c798703e1700b92a9dcc79acb (diff) | |
| download | AleeBot-0f2233a529d80b242732bd40ebaecf3fbb56cecf.tar.gz AleeBot-0f2233a529d80b242732bd40ebaecf3fbb56cecf.tar.bz2 AleeBot-0f2233a529d80b242732bd40ebaecf3fbb56cecf.zip | |
removed eslint and fixes
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/invite.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/invite.js b/commands/invite.js index b0d3ec3..38094b4 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -25,7 +25,7 @@ module.exports.run = async (client, message) => { title: "Invite Command", fields: [{ name: "Invite AleeBot", - value: "[Invite AleeBot to your server.](https://discordapp.com/api/oauth2/authorize?client_id=282547024547545109&permissions=2080375863&scope=bot)" + value: "[Invite AleeBot to your server.](https://top.gg/bot/282547024547545109)" }, { name: "Join the Alee Productions Community", |
