From b8360eb5ef5420c3950892d81d13538ee9574b1c Mon Sep 17 00:00:00 2001 From: Watn3y Date: Sun, 5 Mar 2023 04:48:14 +0100 Subject: [PATCH] cleanup --- config/config.go | 17 ----------------- 1 file changed, 17 deletions(-) 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