aboutsummaryrefslogtreecommitdiff
path: root/bot.js
diff options
context:
space:
mode:
Diffstat (limited to 'bot.js')
-rw-r--r--bot.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot.js b/bot.js
index 0cc389d..778999c 100644
--- a/bot.js
+++ b/bot.js
@@ -323,7 +323,7 @@ client.on('message', message => {
client.on('guildCreate', guild => {
- console.log(`[>] I just joined ${guild.name}. This server have ${guild.memberCount} members.`)
+ console.log(`[>] I just joined ${guild.name}. This server has ${guild.memberCount} members.`)
});