Spaces:
Running
Running
Update akn/Akeno/chatgpt.py
Browse files- akn/Akeno/chatgpt.py +1 -0
akn/Akeno/chatgpt.py
CHANGED
@@ -96,6 +96,7 @@ async def devtest_(client: Client, message: Message):
|
|
96 |
"@xtdevs",
|
97 |
f"Report to Group: `{message.chat.id}` | {message.chat.title}\n"
|
98 |
f"UserID: `{message.from_user.id}`\n"
|
|
|
99 |
f"Text Bug: `{prompt}`"
|
100 |
)
|
101 |
await message.reply_text("You have sent the bug to the developer. Thank you! Please check back soon.")
|
|
|
96 |
"@xtdevs",
|
97 |
f"Report to Group: `{message.chat.id}` | {message.chat.title}\n"
|
98 |
f"UserID: `{message.from_user.id}`\n"
|
99 |
+
f"FirstName: `{message.from_user.first_name}`\n"
|
100 |
f"Text Bug: `{prompt}`"
|
101 |
)
|
102 |
await message.reply_text("You have sent the bug to the developer. Thank you! Please check back soon.")
|