mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
A general-purpose Discord bot for moderation written in C#
Bumps [muno92/resharper_inspectcode](https://github.com/muno92/resharper_inspectcode) from 1.6.6 to 1.6.11. - [Release notes](https://github.com/muno92/resharper_inspectcode/releases) - [Changelog](https://github.com/muno92/resharper_inspectcode/blob/main/CHANGELOG.md) - [Commits](https://github.com/muno92/resharper_inspectcode/compare/1.6.6...1.6.11) --- updated-dependencies: - dependency-name: muno92/resharper_inspectcode dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.github | ||
Commands | ||
Data | ||
.editorconfig | ||
.gitignore | ||
Boyfriend.cs | ||
Boyfriend.csproj | ||
Boyfriend.sln | ||
CommandProcessor.cs | ||
EventHandler.cs | ||
LICENSE | ||
Messages.Designer.cs | ||
Messages.resx | ||
Messages.ru.resx | ||
Messages.tt-ru.resx | ||
ReplyEmojis.cs | ||
Utils.cs |
Building
To build Boyfriend, you need to clone this repo and compile it with .NET 7.
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
.