Update Akeno/utils/prefixprem.py
Browse files
Akeno/utils/prefixprem.py
CHANGED
@@ -14,7 +14,7 @@ def command(commands: Union[str, List[str]], case_sensitive: bool = False):
|
|
14 |
|
15 |
async def func(flt, client: Client, message: Message):
|
16 |
username = client.me.username or ""
|
17 |
-
user_id =
|
18 |
text = message.text or message.caption
|
19 |
message.command = None
|
20 |
|
|
|
14 |
|
15 |
async def func(flt, client: Client, message: Message):
|
16 |
username = client.me.username or ""
|
17 |
+
user_id = client.me.id if client.me else int(1191668125)
|
18 |
text = message.text or message.caption
|
19 |
message.command = None
|
20 |
|