refactor: Adjust spacing and add extra package import in bot.go

This commit is contained in:
Grail Finder
2025-03-21 18:36:52 +03:00
committed by Grail Finder (aider)
parent 18ad0f5f42
commit 03095359da

1
bot.go
View File

@@ -5,6 +5,7 @@ import (
"bytes" "bytes"
"context" "context"
"elefant/config" "elefant/config"
"elefant/extra"
"elefant/models" "elefant/models"
"elefant/rag" "elefant/rag"
"elefant/storage" "elefant/storage"