FRCDiscord / Dozer

Omnipotent guild management bot for FIRST Discord servers
GNU General Public License v3.0
40 stars 45 forks source link

Add frcrule command #454

Closed GrahamSH-LLK closed 9 months ago

GrahamSH-LLK commented 9 months ago

image

GrahamSH-LLK commented 9 months ago

image

GrahamSH-LLK commented 9 months ago

image switched to embed image

devyntk commented 9 months ago

Couple last things: Still a few more linting errors - I have to run these manually now but feel free to run pylint locally instead. I can't merge until there's no lint failures. Another nit that you by all means don't have to implement: Removing the new lines so that it flows in one paragraph would be nice, it appears a bit weird from your screenshots to have new lines in odd places. This should be as easy as calling .replace(/n,"") on your summary, but please check this with more complicated rules before pushing it.

Thanks for this patience on this - just about over the finish line!

GrahamSH-LLK commented 9 months ago

I fixed the lint errors, I'm going to take a look at the newline stripping later today.