feat: add kanji command
This commit is contained in:
parent
f6f8563aba
commit
2a8605631b
5 changed files with 96 additions and 0 deletions
1
main.go
1
main.go
|
|
@ -42,6 +42,7 @@ func runBot() {
|
|||
|
||||
if err = bot.SetCommands([]tele.Command{
|
||||
{Text: "tr", Description: "Translate text"},
|
||||
{Text: "kanji", Description: "Help with pronunciation of Kanji"},
|
||||
{Text: "xr", Description: "Currency exchange rates"},
|
||||
{Text: "year_progress", Description: "Time doesn't wait."},
|
||||
{Text: "traffic", Description: "Show traffic usage."},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue