This commit is contained in:
blank X 2021-05-31 14:12:21 +07:00
parent 457eae04e7
commit 934f4f924e
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ DEAI_MODULE_CODES = {
@log_errors
@public_log_errors
async def fedstat(client, message):
entity = message.from_user or entity.sender_chat
entity = message.from_user or message.sender_chat
args = message.command
command = args.pop(0).lower()
if args: