botserver/templates/announcements.gbai/announcements.gbdialog/start.bas
Rodrigo Rodriguez (Pragmatismo) 0cb16552b3 Refactor dependencies in Cargo.toml and update start.bas dialog
- Removed unused Tauri dependencies and replaced aws-sdk-s3 with opendal for S3 services.
- Cleaned up feature flags in Cargo.toml.
- Simplified the welcome message logic in start.bas and removed redundant comments.
2025-10-28 12:07:14 -03:00

9 lines
168 B
QBasic

LET resume = GET_BOT_MEMORY("resume")
IF resume <> "" THEN
TALK resume
END IF
ADD_KB "weekly"
TALK "You can ask me about any of the announcements or circulars."