Do any existing discord bots accept HTTPS requests from Roblox (successfully)?

When roblox players join or leave a game clan, I want clan membership to be reflected in discord via roles.

My biggest stumbling block is finding a discord bot that also acts as a HTTPServer. I am trying to write my own using discord.py, but failing miserably. :slight_smile: Which makes me wonder if anyone else has done this (using a discord bot to parse http post requests and generate discord role changes) already.