diff --git a/bot/modules/ytdlp.py b/bot/modules/ytdlp.py index 00201f00b59..cc5184a238a 100644 --- a/bot/modules/ytdlp.py +++ b/bot/modules/ytdlp.py @@ -323,8 +323,9 @@ async def new_event(self): try: self.ffmpeg_cmds = eval(args["-ff"]) - except: + except Exception as e: self.ffmpeg_cmds = None + LOGGER.error(e) self.select = args["-s"] self.name = args["-n"]