dawn

Results 18 comments of dawn

Yes, I'm working on it.

> Hey @dawnofmidnight are you planning to continue work on this? I am not, no. Would you like to?

FYI, we do have a `!windows-path` tag. It looks like so: ![image](https://user-images.githubusercontent.com/78233879/182218764-0b01a904-3f98-46a0-8b2b-bad385ea2cfb.png) The text can be found at https://github.com/python-discord/bot/blob/main/bot/resources/tags/windows-path.md

The points scoring for the rest of the games would definitely have to be normalized. That might be as simple as changing 5 points to 50 in one game to...

> What's the current new line rule, how many lines are needed to trigger the filter? Perhaps it could be changed slightly, to not trigger so easily? I don't think...

I was able to find this, the limit is already 100 lines, so my point may be invalid. https://github.com/python-discord/bot/blob/a5cfe2ac47077805c205bcaf05eaed5ded5d09f9/config-default.yml#L439-L442

> Uses a red `x` icon I don't think that sends the right message. Channels are often closed with successes (problems were fixed) too, and I don't think that conveys...

Quick suggestion: you should probably add `guide/book` to the gitignore, since you don't want to push all the built artifacts to version control every time.

> > Quick suggestion: you should probably add `guide/book` to the gitignore, since you don't want to push all the built artifacts to version control every time. > > Hey...