Skip to content

Commit

Permalink
add japanese
Browse files Browse the repository at this point in the history
  • Loading branch information
backmeupplz committed Nov 7, 2019
1 parent 8db6057 commit 84eb5a1
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/commands/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export function setupLanguage(bot: Telegraf<ContextMessageUpdate>) {
m.callbackButton('Czechlish', 'czen'),
m.callbackButton('Arabic', 'ar'),
],
[m.callbackButton('Japanese', 'ja')],
])
)
)
Expand Down Expand Up @@ -80,6 +81,7 @@ export function setupLanguage(bot: Telegraf<ContextMessageUpdate>) {
'cz',
'czen',
'ar',
'ja',
],
checkIfFromReplier,
async ctx => {
Expand Down
Loading

0 comments on commit 84eb5a1

Please sign in to comment.