Skip to content

Commit

Permalink
fix: rolecheck pings
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxgh committed Mar 21, 2024
1 parent c848fee commit 4ef4432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/func/General.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ async def rolecheck(ctx, send_ping: bool):
continue
# Send ping to new mem
# ber role in registration channel
if not send_ping:
if send_ping:
await bot.get_channel(registration_channel_id).send(bot.new_member_role.mention, embed=registration_embed)

await progress_message.edit(content="Rolecheck complete!")
Expand Down

0 comments on commit 4ef4432

Please sign in to comment.