feat: add reasoning command
This commit is contained in:
parent
4ab359053a
commit
6328ff0f18
3 changed files with 67 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue