mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
fix: .xpexclude should will now work with forums too. If you exclude a forum you won't be able to gain xp in any of the threads.
This commit is contained in:
@@ -53,7 +53,7 @@ public class YtdlOperation
|
||||
}
|
||||
catch (Win32Exception)
|
||||
{
|
||||
Log.Error("youtube-dl is likely not installed. " + "Please install it before running the command again");
|
||||
Log.Error("youtube-dl is likely not installed. Please install it before running the command again");
|
||||
return default;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Reference in New Issue
Block a user