1
0
Fork 1
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#
Find a file
Octol1ttle 14adad22ba
Optimize and fix logic of CheckInteractionsAsync
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-06-09 19:32:07 +05:00
.github Resolve build errors 2023-06-08 22:32:13 +05:00
Commands Added the unban function. 2023-06-09 18:43:26 +05:00
Data Move NotificationReceiver into GuildConfiguration 2023-06-08 21:05:45 +05:00
Services Optimize and fix logic of CheckInteractionsAsync 2023-06-09 19:32:07 +05:00
.editorconfig Align fields in ColorsList.cs 2023-06-09 18:58:51 +05:00
.gitignore Remora.Discord part 1 out of ∞ 2023-05-16 00:11:11 +05:00
Boyfriend.cs Add /ban command v1 2023-06-08 21:05:44 +05:00
Boyfriend.csproj start working on /ban command 2023-06-08 21:05:41 +05:00
Boyfriend.sln Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
ColorsList.cs Align fields in ColorsList.cs 2023-06-09 18:58:51 +05:00
EventResponders.cs Added ColorsList.cs 2023-06-08 20:01:18 +03:00
Extensions.cs Resolve build errors 2023-06-08 22:32:13 +05:00
InteractionResponders.cs Remora.Discord part 4 out of ∞ (well that was painful) 2023-05-29 22:49:25 +05:00
LICENSE Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
Messages.Designer.cs Add /ban command v1 2023-06-08 21:05:44 +05:00
Messages.resx Add /ban command v1 2023-06-08 21:05:44 +05:00
Messages.ru.resx Add /ban command v1 2023-06-08 21:05:44 +05:00
Messages.tt-ru.resx Add /ban command v1 2023-06-08 21:05:44 +05:00

Boyfriend-Dark Boyfriend-Light

GitHub License GitHub Workflow Status GitHub last commit

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.