diff options
Diffstat (limited to 'proto/bot_api.proto')
-rw-r--r-- | proto/bot_api.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bot_api.proto b/proto/bot_api.proto index 4b07c7c..69a319a 100644 --- a/proto/bot_api.proto +++ b/proto/bot_api.proto @@ -30,6 +30,7 @@ message MatchRequest { message CreatedMatch { int32 match_id = 1; string player_key = 2; + string match_url = 3; } service BotApiService { |