logging: add topic support in Main, Tag, PM logs.

This commit is contained in:
thedragonsinn
2025-04-26 15:18:09 +05:30
parent 834b843426
commit 2eb00ac1af
3 changed files with 38 additions and 18 deletions

View File

@@ -43,9 +43,19 @@ LOG_CHAT=
# Bot logs chat/channel
# LOG_CHAT_THREAD_ID=
# if you want to log to a specific topic.
# MESSAGE_LOGGER_CHAT=
# For PM and Tag logger
# Defaults to sending in Log Channel Above
# Defaults to sending in Log Channel Above.
# PM_LOGGER_THREAD_ID=
# TAG_LOGGER_THREAD_ID=
# Extra customisation for separated logging.
# To be used with the var above.
OWNER_ID=
@@ -60,9 +70,5 @@ SUDO_TRIGGER=!
# Sudo Trigger for bot
# MESSAGE_LOGGER_CHAT=
# PM and Tag Logger chat.
UPSTREAM_REPO=https://github.com/thedragonsinn/plain-ub
# Keep default unless you maintain your own fork.