Skip to content

Commit

Permalink
union
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiTheModder committed Jul 23, 2024
1 parent 0853b13 commit ceeaa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ async def edit_or_send_as_file(
return await message.edit(tex)


def get_text(message: Message) -> [None, str]:
def get_text(message: Message) -> None|str:
"""Extract Text From Commands"""
text_to_return = message.text
if message.text is None:
Expand Down

0 comments on commit ceeaa7f

Please sign in to comment.