coding-buddies-discord / cb-bots

4 stars 3 forks source link

feat: add code formatter commands #80

Closed waream2 closed 1 year ago

waream2 commented 1 year ago

Closes #79

This PR adds a feature that allows the user to just copy and paste html, css, or js code and the bot will format it and respond back.

My thinking was that this will make it easier to seek help on code in the server. Just simple type !js and paste your code snippet and Bot Buddy will clean it up for you, so that other's can easily read it and provide help.