chore(release): v2.0.4
Made-with: Cursor
This commit is contained in:
@@ -104,12 +104,7 @@ def main() -> None:
|
||||
require_bot_token()
|
||||
# Optional: set bot menu button to open the Miniapp. Uncomment to enable:
|
||||
# _set_default_menu_button_webapp()
|
||||
app = (
|
||||
ApplicationBuilder()
|
||||
.token(config.BOT_TOKEN)
|
||||
.post_init(_post_init)
|
||||
.build()
|
||||
)
|
||||
app = ApplicationBuilder().token(config.BOT_TOKEN).post_init(_post_init).build()
|
||||
register_handlers(app)
|
||||
|
||||
from duty_teller.api.app import app as web_app
|
||||
|
||||
Reference in New Issue
Block a user