Commands
Format: Command <Required Parameter> [Optional Parameter]
Tip
In koishi: commands, command aliases can be created, allowing you to eliminate the "dota2tracker" prefix or establish a simple alias "match" for "dota2tracker.query-match".
Tip
The following content is generated based on the command help text in the plugin, essentially equivalent to executing command -h.
dota2tracker.help
Description
Get detailed information for all commands and the link to the online documentation.
Usage instructions
Usage examples
helpdota2tracker.subscribe
Description
Subscribes the current channel to Dota 2 match tracking.
Usage instructions
Usage examples
subscribedota2tracker.unsubscribe
Description
Unsubscribes the current channel from match tracking.
Usage instructions
Usage examples
unsubscribedota2tracker.bind <steam_id> [nick_name]
Description
Binds your SteamID to your account in the current channel.
Usage instructions
Usage examples
bind 123456789bind 123456789 Johnbind 123456789 "John Doe"dota2tracker.unbind
Description
Unbinds your personal information in the current channel.
Usage instructions
Usage examples
unbinddota2tracker.rename <nick_name>
Description
Changes the nickname set during binding.
Usage instructions
Usage examples
rename Johnrename "John Doe"dota2tracker.query-members
Description
Queries the players bound in this channel and generates an info image.
Usage instructions
Usage examples
query-membersdota2tracker.query-match <match_id>
Description
Query the match data of the specified match ID and generate a picture.
Usage instructions
Usage examples
query-match 1234567890query-match 1234567890 -pquery-match 1234567890 --parsedota2tracker.query-recent-match [input_data]
Description
Query the most recent match data and generate a picture.
Usage instructions
Usage examples
query-recent-matchquery-recent-match 123456789query-recent-match Johnquery-recent-match 123456789 -pquery-recent-match John --parsedota2tracker.query-player <input_data>
Description
Query the player's personal information, optionally specify a hero.
Usage instructions
Usage examples
query-playerquery-player 123456789query-player Johnquery-player John --hero Anti-Magequery-player John -o Anti-Magedota2tracker.query-hero <input_data>
Description
Query hero skills/stats information.
Usage instructions
Usage examples
query-hero 15query-hero Razorquery-hero -rdota2tracker.query-item <input_data>
Description
Query item information
Usage instructions
Usage examples
query-item Vanguarddota2tracker.hero-of-the-day <input_data>
Description
Get hero recommendations for the day.
Usage instructions
Usage examples
hero-of-the-dayhero-of-the-day -d 60hero-of-the-day 1234567890hero-of-the-day "John Doe"