There should be a !reddit command which takes in the name of a popular subreddit and outputs the top few posts in that subreddit (bolded title and link to post). Functionality would be almost identical to !news and !fakenews, would be strongly recommended to make use of existing code. Refer to NewsParser.java, News.java, and FakeNews.java for implementation. Great for new contributors who want to dabble in their first feature.
There should be a !reddit command which takes in the name of a popular subreddit and outputs the top few posts in that subreddit (bolded title and link to post). Functionality would be almost identical to !news and !fakenews, would be strongly recommended to make use of existing code. Refer to
NewsParser.java,News.java, andFakeNews.javafor implementation. Great for new contributors who want to dabble in their first feature.