Skip to content

[Autopublisher]: Improvements and bug fixes. - #223

Merged
ltzmax merged 2 commits into
ltzmax:masterfrom
Evanroby:autopublisher
Mar 19, 2026
Merged

[Autopublisher]: Improvements and bug fixes.#223
ltzmax merged 2 commits into
ltzmax:masterfrom
Evanroby:autopublisher

Conversation

@Evanroby

Copy link
Copy Markdown
Contributor

Fixed several bugs across all three updated files:
resetcount was crashing due to an await on a sync method
scheduler init moved from bot.loop.create_task in __init__ to cog_load
publish error handler now distinguishes 429s from real failures
weekly/yearly reset timestamp calculations were both returning wrong dates
DST-unsafe localize() calls fixed with is_dst=False + normalize()
ChannelSelect was capped at 1 value instead of 25
unignore_callback and save_callback both failed to update the UI after mutating config
dead _build_container removed from StatsView
on_timeout guarded against self.message being None

@ltzmax
ltzmax merged commit b2f0b46 into ltzmax:master Mar 19, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants