Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
e2da036
1
Parent(s):
3414709
minor changes
Browse files- Powers/plugins/info.py +2 -2
Powers/plugins/info.py
CHANGED
|
@@ -196,7 +196,7 @@ async def info_func(c: Gojo, message: Message):
|
|
| 196 |
await message.reply_text("Can't find user to fetch info!")
|
| 197 |
|
| 198 |
m = await message.reply_text(
|
| 199 |
-
f"Fetching user info
|
| 200 |
)
|
| 201 |
|
| 202 |
try:
|
|
@@ -258,7 +258,7 @@ async def chat_info_func(c: Gojo, message: Message):
|
|
| 258 |
)
|
| 259 |
|
| 260 |
m = await message.reply_text(
|
| 261 |
-
f"Fetching chat info of chat
|
| 262 |
)
|
| 263 |
|
| 264 |
info_caption, photo_id = await chat_info(c, chat=chat)
|
|
|
|
| 196 |
await message.reply_text("Can't find user to fetch info!")
|
| 197 |
|
| 198 |
m = await message.reply_text(
|
| 199 |
+
f"Fetching user info from telegram's database..."
|
| 200 |
)
|
| 201 |
|
| 202 |
try:
|
|
|
|
| 258 |
)
|
| 259 |
|
| 260 |
m = await message.reply_text(
|
| 261 |
+
f"Fetching chat info of chat from telegram's database....."
|
| 262 |
)
|
| 263 |
|
| 264 |
info_caption, photo_id = await chat_info(c, chat=chat)
|