Floofbot is yet another Discord bot.
- .NET Core 3.1
- To build:
- Run
dotnet restore
to restore all project dependencies - Run
dotnet build
from the Floofbot directory, whereFloofbot.csproj
is located.
- Run
- To run: Navigate to the build in the
bin
directory and runFloofbot.exe
from there.