Merge branch 'main' into feat/discord-support

This commit is contained in:
Anunay Aatipamula
2026-02-02 18:55:16 +05:30
committed by GitHub
8 changed files with 46 additions and 18 deletions

View File

@@ -154,7 +154,7 @@ This file stores important information that should persist across sessions.
@app.command()
def gateway(
port: int = typer.Option(18789, "--port", "-p", help="Gateway port"),
port: int = typer.Option(18790, "--port", "-p", help="Gateway port"),
verbose: bool = typer.Option(False, "--verbose", "-v", help="Verbose output"),
):
"""Start the nanobot gateway."""