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.
Look up your own or any player's connected accounts, active subscriptions, and competition participation. No admin permissions required.
/me alias:[nickname] Subscribe to notifications for a League of Legends player.
/subscription add channel:[#channel] region:[region] riot-id:[name#tag] alias:[nickname] user:[@user] 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] Move a player's subscription from one channel to another.
/subscription move alias:[nickname] from-channel:[#old] to-channel:[#new] Remove a player subscription from your server.
/subscription delete alias:[nickname] View all active player subscriptions in your server.
/subscription list Manage competitions and leaderboards for your server.
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
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] View all competitions in your server, with optional filters.
/competition list active-only:[true] my-competitions:[true] View competition details and current leaderboard standings.
Join an open competition to compete on the leaderboard.
Leave a competition you've joined.
Cancel a competition (competition owner only).
Grant permission to create competitions to another user (admin only).
Invite a user to join your invite-only competition.
Create recurring SQL-style reports that post lists, tables, or charts to a Discord channel.
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.
Run a configured report immediately and post it to its configured channel.
/report run report-id:[id] List report schedules for the current server, including system-managed competition and Common Denominator reports.
/report list Advanced player and account management commands for server administrators.
These commands require Discord Administrator permissions and should be used carefully as some actions cannot be undone.
Change a player's display alias in your server.
/admin player-edit current-alias:[old] new-alias:[new] 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] 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] 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] Permanently delete a player and all their accounts and subscriptions. This action cannot be undone!
/admin player-delete alias:[alias] confirm:[true] Link a Discord user to a player profile.
/admin player-link-discord player-alias:[alias] discord-user:[@user] Unlink a Discord user from a player profile.
/admin player-unlink-discord player-alias:[alias] View detailed information about a player including accounts, subscriptions, and competitions.
/admin player-view alias:[alias] List all tracked players in your server with their account and subscription counts.
/admin player-list