Make sentence better (English is hard)

This commit is contained in:
Crawl
2017-04-24 08:45:29 +02:00
parent 4a18ac72ce
commit aec0a095e3

View File

@@ -19,7 +19,7 @@ client.on('ready', () => {
// Create an event listener for new guild members
client.on('guildMemberAdd', member => {
// Send the message, mentioning the member to the guilds default channel (usually #general)
// Send the message to the guilds default channel (usually #general), mentioning the member
member.guild.defaultChannel.send(`Welcome to the server, ${member}!`);
// If you want to send the message to a designated channel on a server instead