/beacon export sends you the sign-up list of one event as a CSV file. event_id is the event number. The reply is private: "📥 Attendee export for Title:" with a file named event_N_signups.csv attached.
The file has one row per sign-up with six columns: user_id, role, spec, status, waitlisted and signed_up_at. Every sign-up is included, whatever its status (attending, tentative, late, bench, absent) and whether or not it is on the waitlist. Members are identified by their Discord user ID, not their display name.
The bot applies your Command Access rules first. If your server does not have the Export CSV feature it replies "🔒 CSV export requires a premium subscription." If the event number is not in this server: "Event not found."
Good to know
- The command works for open, closed, cancelled and completed events alike.
- The same export is available from the event's dashboard page (Export CSV). That file adds a
signup_ordercolumn showing the order members signed up in. - Anyone allowed to run the command can export any event. Restrict it on the Command Access page if the roster should stay with staff.