mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 08:53:36 +03:00
17 lines
953 B
Markdown
17 lines
953 B
Markdown

|
|

|
|
|
|

|
|

|
|

|
|
|
|
## Building
|
|
To build Boyfriend, you need to clone this repo and compile it with [.NET 7](https://dotnet.microsoft.com/download/dotnet/7.0).
|
|
```
|
|
git clone https://github.com/TeamOctolings/Boyfriend
|
|
cd Boyfriend
|
|
dotnet build
|
|
```
|
|
|
|
## Initial setup
|
|
Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`.
|