mirror of
https://github.com/krau/SaveAny-Bot.git
synced 2026-06-28 18:51:25 +08:00
fix: improve error messages and update reply handling in bot commands
chore: upgrade deps
This commit is contained in:
@@ -40,7 +40,7 @@ func Init() {
|
||||
|
||||
select {
|
||||
case <-ctx.Done():
|
||||
logger.L.Fatal("Failed to initialize client")
|
||||
logger.L.Fatal("Failed to initialize client: timeout")
|
||||
os.Exit(1)
|
||||
case result := <-resultChan:
|
||||
if result.err != nil {
|
||||
|
||||
Reference in New Issue
Block a user