Spaces:
Paused
Paused
BinaryONe
commited on
Commit
·
2db220e
1
Parent(s):
1a20249
Minor Changes
Browse files
YukkiMusic/plugins/play/webapp.py
CHANGED
|
@@ -53,7 +53,7 @@ GROUP = 0
|
|
| 53 |
@app.on_message(filters.command("select_group") & filters.user(OWNER_ID) )
|
| 54 |
async def add_user( client, message):
|
| 55 |
await message.reply_text(f"**Usage:** 1.Nalle Berozgar \n 2.Only Logs [ Updates Group ] \n 3.Me & Her \n <code> /select_group <1,2,3> </code>")
|
| 56 |
-
if len(
|
| 57 |
return await message.reply_text(f"**Usage:** 1.Nalle Berozgar \n 2.Only Logs [ Updates Group ] \n 3.Me & Her \n <code> /select_group <1,2,3> </code>")
|
| 58 |
try:
|
| 59 |
user_id = int(message.command[1])
|
|
|
|
| 53 |
@app.on_message(filters.command("select_group") & filters.user(OWNER_ID) )
|
| 54 |
async def add_user( client, message):
|
| 55 |
await message.reply_text(f"**Usage:** 1.Nalle Berozgar \n 2.Only Logs [ Updates Group ] \n 3.Me & Her \n <code> /select_group <1,2,3> </code>")
|
| 56 |
+
if len(message.command) == 1:
|
| 57 |
return await message.reply_text(f"**Usage:** 1.Nalle Berozgar \n 2.Only Logs [ Updates Group ] \n 3.Me & Her \n <code> /select_group <1,2,3> </code>")
|
| 58 |
try:
|
| 59 |
user_id = int(message.command[1])
|