Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
yangm97 committed Sep 29, 2018
2 parents ae1557b + d10f0f2 commit f8e7292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/groupbutler/plugins/welcome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ local function get_reply_markup(self, msg, text)
if not reply_markup then
reply_markup = {inline_keyboard={}}
end
local line = {{new_text = i18n("Read the rules"), url = u:deeplink_constructor(msg.chat.id, "rules")}}
local line = {{text = i18n("Read the rules"), url = u:deeplink_constructor(msg.chat.id, "rules")}}
table.insert(reply_markup.inline_keyboard, line)
end

Expand Down

0 comments on commit f8e7292

Please sign in to comment.