forked from TeamInklings/Octobot
934 B
934 B
Building
To build Boyfriend, you need to clone this repo and compile it with .NET 7.
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
.