Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 960 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 960 Bytes

Status-Cats-Discord

Allows you to get status code images from https://http.cat

This is currently a WIP and by no means finished!

You can add it to your Discord by following this link

Usage

You can use a command like !status 303 and if possible, it'll return the image from https://http.cat

Limitations

  • Currently this only runs off my local machine but I'll get it online in the coming days
  • At the moment this relys on the data coming back from the url to be an unfurl. Which with a successful (200) status code returned from the server, is fine. With an unsuccessful, it redirects to a 404 page and this won't unfurl.
    • I need to modify this to just do a http get instead and if its a 200, send the url, if not, send back a "not valid"