privateone commited on
Commit
ef89710
·
verified ·
1 Parent(s): 1f99e88

Update YukkiMusic/plugins/play/webapp.py

Browse files
Files changed (1) hide show
  1. YukkiMusic/plugins/play/webapp.py +1 -1
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):