From ff7efc0e90dc542187a246f97777204ca6a2692c Mon Sep 17 00:00:00 2001 From: Davte Date: Sun, 25 Nov 2018 01:00:48 +0100 Subject: [PATCH] Documentation. --- davtelepot/custombot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/davtelepot/custombot.py b/davtelepot/custombot.py index 57887e5..f33bf38 100644 --- a/davtelepot/custombot.py +++ b/davtelepot/custombot.py @@ -473,6 +473,7 @@ class Bot(telepot.aio.Bot, Gettable): If `language` is not passed, it is extracted from `update`. Fall back to English message if language is not available. + Pass `format_kwargs` to format function. """ if ( language is None