add help text for 'teams-bot run' cli command

This commit is contained in:
missytake 2023-10-07 21:42:31 +02:00
parent 452fdf26e0
commit 37c758f388

View file

@ -111,6 +111,7 @@ def init(ctx, email: str, password: str, db: str, verbose: int):
)
@click.pass_context
def run(ctx, db: str, verbose: int):
"""Run the bot, so it relays messages between the crew and the outside."""
set_log_level(verbose, db)
ac = deltachat.Account(db)