ScoutBot is a discord bot that creates scout sheets, using google sheets, on oppoenents using their previous LoL match histories.
Saves a google sheet to the database.
Param | Description |
---|---|
SheetUrl | The url of the google sheet. |
Name | A common name for the sheet. (i.e. Gold Fall 2020) |
Prompts user for what sheet to give what role(s) access to.
Creates a new worksheet for scouting with the enemy team name and op.gg link.
Param | Description |
---|---|
Op.gg | The op.gg/multi link of the team. |
TeamName | The name of the enemy team. |
Incorperates the game data into the scout spreadsheet for the most recently accessed team.
Param | Description |
---|---|
SideOrResult | The side (red/blue) or the result (win/loss) of the scouted team. |
MatchHistory | A match history link. |
Incorperates the game data into the scout spreadsheet for the given team.
Param | Description |
---|---|
SideOrResult | The side (red/blue) or the result (win/loss) of the scouted team. |
MatchHistory | A match history link. |
TeamName | The name of the enemy team. |
Adds the match history link to the scout spreadsheet of the most recently accessed team.
Param | Description |
---|---|
MatchHistory | A match history link. |
Adds the match history link to the scout spreadsheet of the given team.
Param | Description |
---|---|
MatchHistory | A match history link. |
TeamName | The name of the enemy team. |
Undoes the most recent change to the spreadsheet.