Skip to content

Commit

Permalink
Update extensions.py
Browse files Browse the repository at this point in the history
fixed check function
  • Loading branch information
DanielJones02 committed May 11, 2024
1 parent edf96c6 commit 962df5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ def check(m):
print(f"Condition met: {condition}") # Debug print
return condition
except Exception as e:
await ctx.send(f"Error: **{e}**")
print(e)
return e

Expand Down

0 comments on commit 962df5d

Please sign in to comment.