This commit is contained in:
Watn3y 2023-03-05 04:48:14 +01:00
parent 148145c33c
commit b8360eb5ef

View file

@ -8,23 +8,6 @@ import (
"time"
)
/*type config struct {
Bot struct {
APIToken string
DebugMode bool
PrivilegedUsers []int64
}
Nhentai struct {
EnabledChats []int64
EnabledUsers []int64
}
Balonlyl struct {
EnabledChats []int64
}
}*/
type config struct {
APIToken string
DebugMode bool