Add missing parenthesis

This commit is contained in:
Lonami Exo 2021-01-30 10:32:42 +01:00
parent a12b49fd40
commit 8c38d7fb0e

View File

@ -330,7 +330,7 @@ class UploadMethods:
if comment_to is not None:
entity, reply_to = await self._get_comment_data(entity, comment_to)
else:
reply_to = utils.get_message_id(reply_to
reply_to = utils.get_message_id(reply_to)
# First check if the user passed an iterable, in which case
# we may want to send grouped.