aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2021-05-15 18:42:44 +0200
committerGravatar Matteo Bertucci <[email protected]>2021-05-15 18:42:44 +0200
commit75b3b140a8bd11000d3278c60409daad8ee55f9f (patch)
tree09b2703e2e960af3b27c16effb0f4f5433021dd1
parentNomination: fix formatting issue (diff)
Utils: fix indentation
-rw-r--r--bot/utils/messages.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/bot/utils/messages.py b/bot/utils/messages.py
index e886204dd..b6f6c1f66 100644
--- a/bot/utils/messages.py
+++ b/bot/utils/messages.py
@@ -166,10 +166,10 @@ async def send_attachments(
async def count_unique_users_reaction(
- message: discord.Message,
- reaction_predicate: Callable[[Reaction], bool] = lambda _: True,
- user_predicate: Callable[[User], bool] = lambda _: True,
- count_bots: bool = True
+ message: discord.Message,
+ reaction_predicate: Callable[[Reaction], bool] = lambda _: True,
+ user_predicate: Callable[[User], bool] = lambda _: True,
+ count_bots: bool = True
) -> int:
"""
Count the amount of unique users who reacted to the message.