Slash Commands

Every Scout action is also a slash command. The web dashboard does the same thing — these are here if you'd rather stay in Discord.

/me New

Look up your own or any player's connected accounts, active subscriptions, and competition participation. No admin permissions required.

/me alias:[nickname]

Optional Parameters:

  • alias: Player alias to look up (leave empty to look up your own account)

/subscription add

Subscribe to notifications for a League of Legends player.

/subscription add channel:[#channel] region:[region] riot-id:[name#tag] alias:[nickname] user:[@user]

Required Parameters:

  • channel: Discord channel for notifications
  • region: Player's League region
  • riot-id: Riot ID (GameName#TagLine)
  • alias: Display name for notifications

Optional Parameters:

  • user: Associated Discord user

/subscription add-channel New

Add a player to an additional Discord channel without creating a new subscription. Useful when you want the same player's matches posted to multiple channels.

/subscription add-channel alias:[nickname] channel:[#channel]

Required Parameters:

  • alias: The player's alias
  • channel: The additional Discord channel for notifications

/subscription move New

Move a player's subscription from one channel to another.

/subscription move alias:[nickname] from-channel:[#old] to-channel:[#new]

Required Parameters:

  • alias: The player's alias
  • from-channel: The current channel
  • to-channel: The destination channel

/subscription delete

Remove a player subscription from your server.

/subscription delete alias:[nickname]

/subscription list

View all active player subscriptions in your server.

/subscription list

/competition

Manage competitions and leaderboards for your server.

/competition create

Create a new competition with custom criteria, dates, and settings. You can use fixed dates or select a League season.

/competition create title:[name] description:[desc] criteria-type:[type] channel:[#channel] season:[season]

Examples: Most Games Played, Highest Rank, Most Rank Climb, Most Wins (Player/Champion), Highest Win Rate

/competition edit

Edit an existing competition. You can always change title, description, and channel. Other settings can only be changed before the competition starts.

/competition edit competition-id:[id] title:[new-title]

/competition list

View all competitions in your server, with optional filters.

/competition list active-only:[true] my-competitions:[true]

/competition view

View competition details and current leaderboard standings.

/competition join

Join an open competition to compete on the leaderboard.

/competition leave

Leave a competition you've joined.

/competition cancel

Cancel a competition (competition owner only).

/competition grant-permission

Grant permission to create competitions to another user (admin only).

/competition invite

Invite a user to join your invite-only competition.

/report

Create recurring SQL-style reports that post lists, tables, or charts to a Discord channel.

/report create

Schedule a report from stored match facts. Choose a channel, CRON schedule, row limit, lookback window, and output format.

/report create title:"Weekly Surrenders" query:"SELECT player, games, surrenders, surrender_rate FROM match_participants WHERE queue IN ('solo', 'flex') AND games >= 10 GROUP BY player ORDER BY surrender_rate DESC LIMIT 10" cron:"0 18 * * 0" channel:#reports output-format:BAR_CHART

Sources include match_participants, prematch_participants, and player_pairs. Output formats include list, table, leaderboard, bar chart, and line chart.

/report run

Run a configured report immediately and post it to its configured channel.

/report run report-id:[id]

/report list

List report schedules for the current server, including system-managed competition and Common Denominator reports.

/report list

/admin

Advanced player and account management commands for server administrators.

⚠️ Administrator Only

These commands require Discord Administrator permissions and should be used carefully as some actions cannot be undone.

/admin player-edit

Change a player's display alias in your server.

/admin player-edit current-alias:[old] new-alias:[new]

/admin account-delete

Remove a specific Riot account from a player. Useful when someone changes their main account or a smurf is no longer used.

/admin account-delete riot-id:[name#tag] region:[region]

/admin account-transfer

Transfer an account from one player to another. Perfect for when an account was added to the wrong player.

/admin account-transfer riot-id:[name#tag] region:[region] to-player-alias:[alias]

/admin player-merge

Merge two players into one, combining all their accounts and subscriptions. Useful for consolidating duplicate players.

/admin player-merge source-alias:[from] target-alias:[to]

/admin player-delete

Permanently delete a player and all their accounts and subscriptions. This action cannot be undone!

/admin player-delete alias:[alias] confirm:[true]

/admin player-link-discord

Link a Discord user to a player profile.

/admin player-link-discord player-alias:[alias] discord-user:[@user]

/admin player-unlink-discord

Unlink a Discord user from a player profile.

/admin player-unlink-discord player-alias:[alias]

/admin player-view

View detailed information about a player including accounts, subscriptions, and competitions.

/admin player-view alias:[alias]

/admin player-list New

List all tracked players in your server with their account and subscription counts.

/admin player-list