Skip to content

Commit

Permalink
v3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tibo-Ulens committed Sep 20, 2023
1 parent 30e4889 commit 535cbc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bot/extensions/moderation/verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ async def handle_member_join(self, member: Member):

return

self.bot.logger.info(f"sending DM to {member.mention} [{member.name}]")

# If the profile is not verified yet send them through the
# verification process
dm_channel = member.dm_channel
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "freud_bot"
version = "3.1.3"
version = "3.1.4"
description = "UGent discord bot"
authors = ["Tibo Ulens <[email protected]>"]

Expand Down

0 comments on commit 535cbc1

Please sign in to comment.