diff options
| author | Alee <alee14498@gmail.com> | 2018-05-12 16:35:22 -0400 |
|---|---|---|
| committer | Alee <alee14498@gmail.com> | 2018-05-12 16:35:22 -0400 |
| commit | 717a359fcaf020b40e55b01829c02c2992af4a2c (patch) | |
| tree | d57ea6ff9c4d890a1ff263130423d628f7423a51 /bot_discord.js | |
| parent | b17bd4033cd1f9db997b5619bde85af3ba4ce9a7 (diff) | |
| download | AleeBot-717a359fcaf020b40e55b01829c02c2992af4a2c.tar.gz AleeBot-717a359fcaf020b40e55b01829c02c2992af4a2c.tar.bz2 AleeBot-717a359fcaf020b40e55b01829c02c2992af4a2c.zip | |
Changes
Diffstat (limited to 'bot_discord.js')
| -rw-r--r-- | bot_discord.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot_discord.js b/bot_discord.js index be290cb..a926469 100644 --- a/bot_discord.js +++ b/bot_discord.js @@ -201,6 +201,7 @@ client.on('ready', () => { client.on('guildCreate', guild => {
log(`[i] New guild joined: ${guild.name} (id: ${guild.id}). This guild has ${guild.memberCount} members!`);
+ message.author.send(':wave: Hello! Thanks for inviting AleeBot!\nFor help type `ab:help`, and if you want to set the prefix `ab:setprefix [prefix]`')
});
|
