Skip to content

Commit

Permalink
auto: format python code
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 6, 2024
1 parent 3def8f1 commit 3d9fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/moderation.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ async def _banning(
failedBans = []
couldNotDM = False

users = list(set(users.split())) # Remove dupes
users = list(set(users.split())) # Remove dupes
multiban = len(users) > 1
for u in users:
try:
Expand Down

0 comments on commit 3d9fef2

Please sign in to comment.