Small changes in docs.

This commit is contained in:
Alex Root Junior 2017-08-14 23:15:06 +03:00
parent 30874f6dc0
commit b9d51cdbb0
5 changed files with 12 additions and 5 deletions

View file

@ -0,0 +1,7 @@
Bot object
==========
That is extended (and recommended for usage) bot class based on BaseBot class.
You can use instance of that bot in :obj:`aiogram.dispatcher.Dispatcher`
.. autoclass:: aiogram.bot.bot.Bot