diff --git a/aiotg/bot.py b/aiotg/bot.py index 95c4d95..a70b97f 100644 --- a/aiotg/bot.py +++ b/aiotg/bot.py @@ -194,7 +194,6 @@ def default(self, callback): self._default = callback return callback - def add_inline(self, regexp, fn): """ Manually register regexp based callback