pothi.love/0142-reply_button

11 lines
208 B
Plaintext

reply_button = function(id, depth)
return {
type='text', data={{data='reply'}},
button=true, margin=20,
target_id=id,
depth=depth,
bg=Reply_button_color,
border=Reply_button_border_color,
}
end