feat(bot): add chat proxy
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user