This commit is contained in:
2026-07-09 23:34:34 +03:00
commit 73c4fc37f7
33 changed files with 2505 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import logging
logging.basicConfig(
filename="logs/bot.log",
level=logging.INFO,
format=
"%(asctime)s | %(message)s"
)
logger = logging.getLogger()