mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 08:51:12 +03:00
A general-purpose Discord bot for moderation written in C#
Octol1ttle
4cc00e01da
- Do not call RemoveUnbanAsync in guild tick loop if the user is not banned - Fix !clear message logs being reversed - Do not process MessageReceivedEvents by webhooks Signed-off-by: Octol1ttle <l1ttleofficial@outlook.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
.