1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-01 11:39:55 +03:00

One last touch...

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-01-18 21:01:22 +05:00
parent 22fdb53029
commit 6f5a969704
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
6 changed files with 20 additions and 27 deletions

2
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,2 @@
* @TeamOctolings/boyfriend-admins
Messages.tt-ru.resx @mctaylors

17
.github/README.md vendored Normal file
View file

@ -0,0 +1,17 @@
![Boyfriend-Dark](https://user-images.githubusercontent.com/95250141/206895339-ef5510c8-8b30-4887-b89c-5dc14a24b18a.png#gh-dark-mode-only)
![Boyfriend-Light](https://user-images.githubusercontent.com/95250141/206895340-3415d97d-91fd-4fb6-8c17-4e1bf340e1df.png#gh-light-mode-only)
![GitHub License](https://img.shields.io/github/license/TeamOctolings/Boyfriend)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/TeamOctolings/Boyfriend/.github/workflows/resharper.yml?branch=master)
![GitHub last commit](https://img.shields.io/github/last-commit/TeamOctolings/Boyfriend)
## 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`.