laniakea now used as external module

This commit is contained in:
2026-01-28 16:52:42 +03:00
parent 6c47d05e9c
commit 5e5be54f1e
21 changed files with 59 additions and 48 deletions

View File

@@ -4,10 +4,11 @@ import (
"context"
"database/sql"
"errors"
"kurumibot/laniakea"
"math"
"time"
"git.nix13.pw/scuroneko/laniakea"
"github.com/shopspring/decimal"
"github.com/vinovest/sqlx"
)