StockBot is a
When the bot is active/online, type stock.(some company's symbol/ticker) For example, a valid command would be stock.GOOG
For the Discord connection, I used the Javacord library. I didn't use any API's for directly collecting the stock data, but I used the JSoup library for scraping data directly from the Yahoo Finance website. For returning graphs of the input, I used the TDAmeritrade website and used Jsoup to find the image. See StockFunctions.java for the data collection.