feat: add kanji command

This commit is contained in:
Yiyang Kang 2023-04-21 15:43:05 +08:00
parent f6f8563aba
commit 2a8605631b
5 changed files with 96 additions and 0 deletions

View file

@ -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."},