diff options
| -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 + |
