feat: implement reminder command with Appwrite integration and polling mechanism

This commit is contained in:
2025-09-28 01:00:43 -05:00
parent 57d4d28cb9
commit 916b85acb4
8 changed files with 303 additions and 4 deletions

8
.env
View File

@@ -1,6 +1,14 @@
# Configuración de ejemplo para optimización de memoria
# Copia este archivo como .env.test y ajusta los valores según tus necesidades
APPWRITE_PROJECT_ID="68d8c4b2001abc54d3cd"
APPWRITE_PROJECT_NAME="amayo"
APPWRITE_ENDPOINT="https://nyc.cloud.appwrite.io/v1"
APPWRITE_API_KEY="standard_b123c1dbaaf7d3f99aa81492509d6277da0cb89eaf86bb8c42210bae0bb39c3ce911ddf101b6be2d3af8972d44ae63beb32c269c24eedbbe032a6c4c13a16c7e542be00c06ab8e9c131986729d45b68e25ac35e770442ea5285b7367938105a7b2d0e380e944d3bd6582db2c3311b3c9d84be5227718f795f30e31de0b9e8439"
APPWRITE_DATABASE_ID="68d8cb9a00250607e236"
PPWRITE_COLLECTION_REMINDERS_ID="reminders_id"
REMINDERS_POLL_INTERVAL_SECONDS="30"
# ===========================================
# CONFIGURACIÓN DE DISCORD
# ===========================================