isiot
This commit is contained in:
parent
457eae04e7
commit
934f4f924e
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue