Sometimes calling cleverbot() only returns "<html"
Expected Results:
A Response
Actual Results:
Code:
import cleverbotfreeapi
# Code
cleverbotfreeapi.cleverbot(message.content, session=message.author.id)
(Using the discord.py module,
message.content being a string of the user's input and message.author.id being the int id of the user)