Bump examples, docs and executor (nothing)

This commit is contained in:
Alex Root Junior 2018-10-28 19:35:06 +02:00
parent 21908739e9
commit 9f13e11e6b
9 changed files with 57 additions and 21 deletions

View file

@ -31,13 +31,11 @@ async def echo(message: types.Message):
async def on_startup(dp):
await bot.set_webhook(WEBHOOK_URL)
# insert code here to run it after start
#
async def on_shutdown(dp):
# insert code here to run it before shutdown
#
await bot.close()
pass
if __name__ == '__main__':