This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
OctobotStealth/README.md

18 lines
978 B
Markdown
Raw Normal View History

![Boyfriend-CSharp-Dark](https://user-images.githubusercontent.com/95250141/206895339-ef5510c8-8b30-4887-b89c-5dc14a24b18a.png#gh-dark-mode-only)
![Boyfriend-CSharp-Light](https://user-images.githubusercontent.com/95250141/206895340-3415d97d-91fd-4fb6-8c17-4e1bf340e1df.png#gh-light-mode-only)
2022-12-10 08:10:48 +03:00
![GitHub License](https://img.shields.io/github/license/l1ttleO/Boyfriend-CSharp)
2023-01-18 17:46:03 +03:00
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/l1ttleO/Boyfriend-CSharp/.github/workflows/resharper.yml?branch=master)
2022-12-10 08:10:48 +03:00
![GitHub last commit](https://img.shields.io/github/last-commit/l1ttleO/Boyfriend-CSharp)
## 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/l1ttleO/Boyfriend-CSharp
cd Boyfriend-CSharp
dotnet build
```
## Initial setup
Create `token.txt` in `Boyfriend/bin/Debug/net7.0/` and enter your bot token. Then, run `Boyfriend.exe`.