feat: Add command aliases and preserve read-only files in /drop

This commit is contained in:
Paul Gauthier 2025-03-11 17:38:13 -07:00 committed by Paul Gauthier (aider)
parent 0fcbea03e5
commit 864725ff3d
6 changed files with 213 additions and 218 deletions

View file

@ -124,6 +124,6 @@ mod_dates = [get_last_modified_date(file) for file in files]
latest_mod_date = max(mod_dates)
cog.out(f"{latest_mod_date.strftime('%B %d, %Y.')}")
]]]-->
March 07, 2025.
March 11, 2025.
<!--[[[end]]]-->
</p>