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