You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Powered by [Discord.js](https://discord.js.org/) and [Google Sheets API](https:/
18
18
- You must have a Discord bot application setup with a token.
19
19
- You must have a Google Sheet setup with an API Service Account.
20
20
- You must have a `.env` file in the root of the project, see [`.env.example`](./.env.example) for an example.
21
+
- Download MatchMaker using the instructions [here](https://github.com/SecondRobotics/SimTourneyBot/wiki/Setting-up-MatchMaker-for-schedule-generation).
21
22
- Clone this repository and run `npm install` to install dependencies. Then run `npm run build` to build the project, and `npm start` to start the bot.
22
23
- Use `npm run dev` to start the bot in development mode. Use `npm run lint` to lint the code.
0 commit comments