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 Jan 25, 2025
1 parent 01bd18d commit 123e2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/utility.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,8 @@ async def _clean(

userList = None if not deleteUsers else [x.id for x in deleteUsers]

count += 1 # We want to account for the command message adding one.
count += 1 # We want to account for the command message adding one.

def message_filter(message):
return True if not userList or message.author.id in userList else False

Expand Down

0 comments on commit 123e2c4

Please sign in to comment.