diff --git a/bot.py b/bot.py index 3baa04a..6c09f99 100644 --- a/bot.py +++ b/bot.py @@ -22,3 +22,5 @@ bot.apply_routes( ), ] ) + +bot.run()