12 lines
431 B
Markdown
12 lines
431 B
Markdown
## How to install & run this bot.
|
|
Prerequisites:
|
|
* [NodeJS/NPM](https://nodejs.org/en/download)
|
|
* Potentially [Git](https://git-scm.com/downloads)
|
|
|
|
1. Download the repo files.
|
|
1. `git clone https://git.shuri.gg/ShuriZma/BeaverFacts.git`
|
|
2. or just click the 3 dots at the top right and download the ZIP
|
|
2. Set values in `src/config.ts`
|
|
3. Open a console inside the downloaded repo folder.
|
|
4. Run `npm i`
|
|
5. Run `npm run bot` |