mirror of
https://github.com/Technicolor-creamsicle/Osselbot.git
synced 2026-06-09 14:39:12 -04:00
Update bot.js
This commit is contained in:
@@ -27,8 +27,8 @@ client.on("guildCreate", guild => {
|
||||
|
||||
client.on('guildMemberAdd', member => {
|
||||
console.log(`New member joined: ${member.name} (id: ${member.id}).`);
|
||||
client.user.setActivity(`${client.users.cache.size} of you horrible people`,{ type: 'LISTENING' });
|
||||
});
|
||||
client.user.setActivity(`${client.users.cache.size} of you horrible people`,{ type: 'LISTENING' });
|
||||
client.on('guildMemberRemove', member => {
|
||||
console.log(` member left: ${member.name} (id: ${member.id}).`);
|
||||
client.user.setActivity(`${client.users.cache.size} of you horrible people`,{ type: 'LISTENING' });
|
||||
|
||||
Reference in New Issue
Block a user