diff options
| author | Unknown <jtsshieh@outlook.com> | 2018-02-23 22:38:03 -0500 |
|---|---|---|
| committer | Unknown <jtsshieh@outlook.com> | 2018-02-23 22:38:03 -0500 |
| commit | 5c12d46a250e59b74284e93c025f9a277901ec8c (patch) | |
| tree | e9ddb331377c65dd0bfe6dfb321fd4917fa5909f | |
| parent | 1a3e785a8b104982813de25540d5c80cab55cb39 (diff) | |
| download | PokeBot-5c12d46a250e59b74284e93c025f9a277901ec8c.tar.gz PokeBot-5c12d46a250e59b74284e93c025f9a277901ec8c.tar.bz2 PokeBot-5c12d46a250e59b74284e93c025f9a277901ec8c.zip | |
Member count
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ bot.on('ready', () => { }); bot.on('guildMemberAdd', (member) => { - bot.channels.get('416633835216830495').send(`Welcome to the server **${member.user.tag}**! Make sure to read the rules in #rules!`); + bot.channels.get('416633835216830495').send(`Welcome to the server **${member.user.tag}**! Make sure to read the rules! You are our ${member.guild.memberCount}st member`); const role = member.guild.roles.find('name', 'Trainers'); member.addRole(role); }); |
