local export = {} function export.vote_timeline (frame) local args = frame.args return frame.args[1] end return export