zarox commited on
Commit
c62c9ee
·
1 Parent(s): cf813e6
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -192,7 +192,7 @@ async def audio_editor(event):
192
  # Load the audio file using your AudioFusion class
193
  audio = Fusion.loadSound(file_path)
194
  except Fusion.InvalidMusicFileError as e:
195
- await event.respond(f'Error: {e}')
196
  return os.remove(file_path)
197
 
198
 
 
192
  # Load the audio file using your AudioFusion class
193
  audio = Fusion.loadSound(file_path)
194
  except Fusion.InvalidMusicFileError as e:
195
+ await event.reply(f'Error: {e}')
196
  return os.remove(file_path)
197
 
198