Skip to content

Commit

Permalink
Merge branch 'Stable' into Unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico authored Jul 5, 2020
2 parents c13ab26 + 5223be2 commit 2da0d06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Events/guildMemberAdd.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exports.run = async (aruna, member) => {
if (!user) {
var saveU = await new database.Users({ _id: member.user.id });
await saveU.save();
console.log("New Member on database :)")
}

if (member.guild.id == serverStatsPrincipal.guildID) {
Expand Down

0 comments on commit 2da0d06

Please sign in to comment.