Remove feed parse channel message
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user