Spaces:
Paused
Paused
iamgojoof6eyes
commited on
Commit
·
e1d03ee
1
Parent(s):
f26f9dc
done dana done done
Browse files- Powers/plugins/info.py +1 -1
Powers/plugins/info.py
CHANGED
|
@@ -175,7 +175,7 @@ async def chat_info_func(_, message: Message):
|
|
| 175 |
splited = message.text.split()
|
| 176 |
try:
|
| 177 |
if len(splited) == 1:
|
| 178 |
-
return message.reply_text("I can't fetch nothing......")
|
| 179 |
|
| 180 |
elif len(splited) > 2:
|
| 181 |
return await message.reply_text(
|
|
|
|
| 175 |
splited = message.text.split()
|
| 176 |
try:
|
| 177 |
if len(splited) == 1:
|
| 178 |
+
return await message.reply_text("I can't fetch nothing......")
|
| 179 |
|
| 180 |
elif len(splited) > 2:
|
| 181 |
return await message.reply_text(
|