rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.8k stars 1.23k forks source link

Add optional 'isDebugMode' parameter to AbilityBot implementations #1399

Closed Kr1SEl closed 4 months ago

Kr1SEl commented 4 months ago

Resolve #886: Add optional 'isDebugMode' parameter to AbilityBot

This change adds a new optional parameter 'isDebugMode' to the AbilityBot class, allowing the method runSilently to enable enhanced logging.

Kr1SEl commented 4 months ago

Opened PR to the wrong branch