Remove feed parse channel message

This commit is contained in:
2026-06-29 20:44:57 -05:00
parent 6ab258e765
commit 19d4bf7a13

View File

@@ -177,7 +177,6 @@ public class YTFeed {
doc = builder.build(channelURL); doc = builder.build(channelURL);
} catch (ParsingException | IOException e) { } catch (ParsingException | IOException e) {
guild.error("Unable to parse feed: " + channelURL); guild.error("Unable to parse feed: " + channelURL);
MessageText.send(channel, "Unable to parse feed: " + channelURL);
} }
Element rss = doc.getRootElement(); Element rss = doc.getRootElement();