feat(bot): add chat proxy

This commit is contained in:
h
2026-01-29 16:15:52 +01:00
parent fc19240952
commit 0e14e945bd
5 changed files with 221 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ async def startup(bot: Bot) -> None:
types.BotCommand(command="/model", description="Change AI model"),
types.BotCommand(command="/presets", description="Show prompt presets"),
types.BotCommand(command="/preset", description="Apply a preset"),
types.BotCommand(command="/proxy", description="Proxy chat to another bot"),
]
)
logger.info(f"[green]Started as[/] @{(await bot.me()).username}")