AoC month changes#996
Conversation
a3f2591 to
d32c152
Compare
onerandomusername
left a comment
There was a problem hiding this comment.
.aoc stats needs a restrictive decorator as well.
Might want to consider it for .aoc refresh as well, even though its staff only, it would cause a sentry issue.
Feel free to open an issue. Don't want to delay this PR though. |
Everything else works, this will just cause a sentry error in February as the code isn't made for that. (Tried it with month override to February.) If I don't open an issue sentry will |
onerandomusername
left a comment
There was a problem hiding this comment.
looks good enough, few bugs, but as stated above, worth the risk.
"the code isn't made for that". Yes it is, you just need to set the Please don't make assumptions about the code and then say there are a "few bugs". |
yeah ofc |
janine9vn
left a comment
There was a problem hiding this comment.
Nicely written code and works like a charm.
There is some consistency changes with the decorator month locks for this cog I'd like to see happen, but it doesn't have to be this PR and I'd rather get this PR merged asap. I'll make a separate PR to kaizen this cog a bit.

Description
This allows AoC commands to be ran in January, along with limiting AoC join to only be ran in Nov, Dec and Jan.
This also removes the aoc subscribe command, since Python has a replacement for it now.
Did you: