Ambre Bertucci

Results 58 comments of Ambre Bertucci
trafficstars

> Also, can you provide an example of a situation in which you are only able to identify someone by their user/nickname? If it's coming from bot output, then appending...

I like this idea. Maybe we should introduce a maximum amount of points earned per game and per day, so spamming Quizzes alone won’t get you to the top of...

I think this should wait until the migration to `server-bootstrap`/`smartconfig`; what do you think?

I agree with wookie, I think having extensive matching for the sake of even future-proofing is okay, considering additional checks are being performed

I think `get_cog` would be the right way to go for any inter-cog dependency. In this case, though, it is a bit different since we have a utility class in...

That's an interesting idea, I'm not a fan of the structure of the proposed template, but if we have a good one to use, sure, why not. I do like...

Switching to a scheduler instead of `asyncio.sleep` calls would be the smartest here IMO, you could simply reschedule the deletion task of 5 minutes if someone is typing, plus you...

Well, we could do so if someone types during the last 4 minutes, it schedules back to 6 minutes or so. Re-sleeping, when the timer runs out, sounds a bit...

That really seems overkill IMO, we could just retry a fixed amount of time, and then forget about it.

Making the difference between closed resolved and unresolved is part of the GitHub roadmap and has not been implemented yet https://github.com/github/roadmap/issues/289