Created the /ubdict command: get the definition of a term from the urban dictionary
Created the /wikipedia command: get an article from wikipedia
Created the /fact command: get a random fact
Created the /joke command: get a random joke
Added a util function to split strings in group of approximately X character, but instead of cutting the text at exactly X characters, it cuts at the next end of a sentence after X characters, this way a sentence is never cut in half during pagination (currently only place where it’s used, aka /wikipedia command)
Added the User-Agent header to all the HTTP requests
Updated HttpLoggingInterceptor to use the correct logger class
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.