Mahesh0253 / Media-Search-bot

Inline bot for channels and groups
GNU General Public License v2.0
557 stars 1.15k forks source link

Small change #4

Closed jonatan1609 closed 4 years ago

jonatan1609 commented 4 years ago

A small change from 'int(query.offset) if query.offset else 0' to 'int(query.offset or 0)'.