Spaces:
Paused
Paused
Update YukkiMusic/plugins/play/webapp.py
Browse files
YukkiMusic/plugins/play/webapp.py
CHANGED
|
@@ -49,7 +49,7 @@ from YukkiMusic.utils.stream.stream import stream
|
|
| 49 |
|
| 50 |
|
| 51 |
# Define GROUP as a global variable
|
| 52 |
-
GROUP =int() # Declare GROUP as global
|
| 53 |
|
| 54 |
@app.on_message(filters.command("select_group") & filters.user(OWNER_ID))
|
| 55 |
async def add_user(client, message):
|
|
|
|
| 49 |
|
| 50 |
|
| 51 |
# Define GROUP as a global variable
|
| 52 |
+
GROUP =int(-1001847684787) # Declare GROUP as global
|
| 53 |
|
| 54 |
@app.on_message(filters.command("select_group") & filters.user(OWNER_ID))
|
| 55 |
async def add_user(client, message):
|