Skip to content
Frolf Bot Docs
Sign In

Commands Reference

All Frolf Bot interactions use Discord slash commands. Commands are available in any channel the bot has access to unless otherwise noted.


Getting Started

/dashboard

Permission: Everyone

Posts an ephemeral link to the web dashboard. Useful for sharing with new members or finding the dashboard URL.

/invite

Permission: Editor

Posts an ephemeral link to the web dashboard’s account page where you can create and manage invite codes for your club.


Round Management

/createround

Permission: Player

Opens a modal to schedule a new disc golf round. After submitting, Frolf Bot posts a round embed in the events channel with RSVP buttons. (Note: Rounds can also be created directly from the Rounds page in the web dashboard.)

OptionRequiredDescription
titleYesName of the round (max 100 characters)
descriptionNoDetails or notes (max 500 characters)
start_timeYesFormat: YYYY-MM-DD HH:MM (e.g. 2026-03-15 10:00)
timezoneNoIANA timezone string — defaults to America/Chicago
locationYesCourse name or address (max 100 characters)

Profile & Identity

/set-udisc-name

Permission: Player

Links your UDisc identity so that scorecard imports can automatically attribute your scores.

OptionRequiredDescription
usernameNo*Your UDisc @username (e.g. @janedoe)
nameNo*Your name as it appears on UDisc scorecards

*At least one field is required.


Tags & Leaderboard

/claimtag

Permission: Player

Claim a specific tag number. If the tag is held by another player, you must beat them in a round to take it. Unchallenged claims are immediate.

OptionRequiredDescription
tagYesTag number to claim (1–100)

Example: /claimtag 7

/season standings

Permission: Everyone

Shows the points leaderboard for the current or a past season. Tied finishers do not earn points for beating each other, but tied players may still have different totals when tier/provisional matchup modifiers differ.

OptionRequiredDescription
season_idNoID of a past season — omit to view the current season

Challenges

/challenge open

Permission: Player

Opens a challenge against another player and posts a public challenge card in the event channel.

OptionRequiredDescription
userYesThe player you want to challenge

/challenge list

Permission: Player

Returns an ephemeral summary of open and accepted challenges, along with an app link to the full challenge board.

/challenge schedule

Permission: Challenge participant, Editor, or Admin

Opens the round creation modal for an accepted challenge. The created round is linked automatically after creation.

OptionRequiredDescription
challenge_idYesThe challenge ID shown on the challenge card

/challenge link

Permission: Challenge participant, Editor, or Admin

Links an existing round to an accepted challenge.

OptionRequiredDescription
challenge_idYesThe challenge ID
round_idYesThe existing round ID to attach

/challenge unlink

Permission: Challenge participant, Editor, or Admin

Removes the currently linked round from a challenge.

OptionRequiredDescription
challenge_idYesThe challenge ID

/challenge withdraw

Permission: Challenge participant, Editor, or Admin

Withdraws an open or accepted challenge.

OptionRequiredDescription
challenge_idYesThe challenge ID

/challenge hide

Permission: Editor or Admin

Archives a challenge from the active board.

OptionRequiredDescription
challenge_idYesThe challenge ID

See Challenges for the full PWA flow, Discord button flow, and lifecycle details.


Season Management

/season start

Permission: Admin

Starts a new competitive season. Only one season can be active at a time. While a season is active, finalized rounds award points in addition to tag changes.

OptionRequiredDescription
nameYesDisplay name for the season

/season end

Permission: Admin

Closes the current season. Season standings are preserved for historical reference. Tag challenges continue off-season but no points are awarded.


Admin

/updaterole

Permission: Editor

Opens a button-based role selector to assign or change a user’s Frolf Bot role.

OptionRequiredDescription
userYesDiscord member to update

After selecting a user, click the role button you want to assign.

/frolf-setup

Permission: Administrator

Run once when adding Frolf Bot to a new server. Opens a setup modal to configure channels, roles, and the signup message. Running again on an already-configured server shows the current configuration without making changes.

FieldDefaultDescription
Channel Name PrefixfrolfPrefix for auto-created channels (frolf-events, frolf-leaderboard)
Role NamesFrolf Player, Frolf Editor, Frolf AdminComma-separated names for the three permission roles
Signup MessageReact with 🥏 to sign up for frolf events!Message posted in the signup channel
Signup Emoji🥏Emoji players react with to trigger the signup DM

/frolf-reset

Permission: Administrator

Shows a confirmation dialog before resetting the bot configuration. Resetting deactivates the server config and unregisters all commands — run /frolf-setup again to re-enable.

Safe to reset: Round history, user profiles, scores, and leaderboard data are preserved. Re-running /frolf-setup restores access to all historical data.