Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
InukaAsith authored Nov 5, 2020
1 parent bf65635 commit 832a3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emilia/modules/languages.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def set_language(update, context):
if counter == len(LOADED_LANGS_ID):
loaded_langs.append(tmp_list)

loaded_langs.append([InlineKeyboardButton("Translate", url="https://github.com/AyraHikari/EmiliaHikari/blob/master/TRANSLATION.md")])
loaded_langs.append([InlineKeyboardButton("Contact Developer For More", url="https://t.me/InukaASiTH")])

keyboard = InlineKeyboardMarkup(loaded_langs)

Expand Down

0 comments on commit 832a3f5

Please sign in to comment.