diff --git a/config/config.go b/config/config.go index 753ac16..4430076 100644 --- a/config/config.go +++ b/config/config.go @@ -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