diff options
| author | Alee <Alee14498@gmail.com> | 2018-11-11 21:06:54 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-11 21:06:54 -0500 |
| commit | f7ca299ed6a086a475ec1b89544312fe8f95ad90 (patch) | |
| tree | e7b4d927f21850e1aa81738137dc9c35f9ab0b34 /commands | |
| parent | aef850bdfbb16ffb1612132b5f780a14186b0d18 (diff) | |
| download | AleeBot-f7ca299ed6a086a475ec1b89544312fe8f95ad90.tar.gz AleeBot-f7ca299ed6a086a475ec1b89544312fe8f95ad90.tar.bz2 AleeBot-f7ca299ed6a086a475ec1b89544312fe8f95ad90.zip | |
Update invite.js
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/invite.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/invite.js b/commands/invite.js index 8d9ddf1..ef7a840 100644 --- a/commands/invite.js +++ b/commands/invite.js @@ -28,8 +28,8 @@ module.exports.run = async (client, message) => { value: "[Invite AleeBot to your server.](https://discordapp.com/api/oauth2/authorize?client_id=282547024547545109&permissions=2080375863&scope=bot)" }, { - name: "Join AleeCorp Community", - value: "[If there's any bugs you can join ACC guild and explain the bug...](https://discord.gg/EFhRDqG)" + name: "Join Alee Community", + value: "[If there's any bugs you can join Alee Community guild and explain the bug...](https://discord.gg/EFhRDqG)" } ], } @@ -48,4 +48,4 @@ module.exports.run = async (client, message) => { usage: 'invite', category: '- General Commands', }; -
\ No newline at end of file + |
