def github_link_kb(): button0 = InlineKeyboardButton(text="Source code", url="https://github.com/DcSoK/ImgurPlus") buttons_list = [[button0]] keyboard = InlineKeyboardMarkup(buttons_list) return keyboard