style: Update date format in archive and add context menu note

Changed date formatting in archive.py from DD.MM.YYYY to MM/DD/YYYY for consistency. Added a note in context_menus.py indicating the file is unused and may be removed in the future.
This commit is contained in:
neoarz
2025-09-15 14:50:53 -04:00
parent 2e0c8dafd0
commit 2ca95b01b0
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
# This is not used anymore, but I'm keeping it here for reference
# TODO: Remove this once we have a better way to handle context menus
# import discord
# from discord import app_commands
# from discord.ext import commands