Skip to content

v3.10.0

Choose a tag to compare

@dgongut dgongut released this 14 Nov 14:04
· 5 commits to main since this release

Full Changelog: v3.9.4...v3.10.0

[FIX] Corrected HTML entity escaping in menu_mute across all 7 localization files (es, en, de, nl, gl, it, cat)
[NEW] Now /schedule supports

"@yearly",      # Run once a year (0 0 1 1 *)
"@annually",    # Same as @yearly
"@monthly",     # Run once a month (0 0 1 * *)
"@weekly",      # Run once a week (0 0 * * 0)
"@daily",       # Run once a day (0 0 * * *)
"@midnight",    # Same as @daily
"@hourly",      # Run once an hour (0 * * * *)
"@reboot",    # Run once at startup of the bot