Spaces:
Sleeping
Sleeping
iamgojoof6eyes
commited on
Commit
·
3eef6ec
1
Parent(s):
725787c
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(
|