feat: add reasoning command

This commit is contained in:
Yiyang Kang 2025-02-02 15:30:08 +09:00
parent 4ab359053a
commit 6328ff0f18
3 changed files with 67 additions and 0 deletions

View file

@ -41,6 +41,7 @@ func runBot() {
logger.Info("Announcing commands...")
if err = bot.SetCommands([]tele.Command{
{Text: "reason", Description: "Think."},
{Text: "tr", Description: "Translate text"},
{Text: "kanji", Description: "Help with pronunciation of Kanji"},
{Text: "xr", Description: "Currency exchange rates"},