zarox commited on
Commit
0231db6
·
verified ·
1 Parent(s): 70b8bd4
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ async def audio_effect_handler(event):
199
 
200
 
201
  # Update the user's state with the modified sound
202
- states[user_id]['audio'] = modified_sound
203
 
204
  await event.answer("Effect applied. Click /send to receive the modified audio file.", alert="True")
205
 
 
199
 
200
 
201
  # Update the user's state with the modified sound
202
+ states[user_id]['audio'] = modified_sound.raw_data
203
 
204
  await event.answer("Effect applied. Click /send to receive the modified audio file.", alert="True")
205