This commit is contained in:
Andrey Parhomenko 2024-01-05 03:35:27 +03:00
parent e62ccf5780
commit 07a1f562c8
2 changed files with 11 additions and 11 deletions

View file

@ -6,7 +6,7 @@ import (
"strings" "strings"
"fmt" "fmt"
"github.com/di4f/tg" "vultras.su/core/tg"
) )
type BotData struct { type BotData struct {

2
go.mod
View file

@ -1,4 +1,4 @@
module github.com/di4f/tg module vultras.su/core/tg
go 1.20 go 1.20