Skip to content

Commit

Permalink
Undo welcome messages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Feb 19, 2024
1 parent 2483b17 commit a6fe01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/events/guildMemberAdd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const guildMemberAdd: GuildMemberAddEvent = {
if (!guildData) return;

if (member.guild.id !== env.DISCORD_GUILD_ID) return;

Check failure on line 29 in src/discord/events/guildMemberAdd.ts

View workflow job for this annotation

GitHub Actions / Lint

Unnecessary return statement
await trust(member);
// await trust(member);
},
};

Expand Down

0 comments on commit a6fe01a

Please sign in to comment.