A general-purpose Discord bot for moderation written in C#
This repository has been archived on 2025-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2023-05-17 13:19:21 +05:00
.github Update CODEOWNERS 2023-05-17 13:16:42 +05:00
.editorconfig Fix a critical performance issue in GuildData, skip guild ticks if running behind 2023-02-02 00:16:31 +05:00
.gitignore Remora.Discord part 1 out of ∞ 2023-05-16 00:11:11 +05:00
Boyfriend.cs Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
Boyfriend.csproj Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
Boyfriend.sln Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
EventResponders.cs Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
Extensions.cs Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
LICENSE Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
Messages.Designer.cs Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
Messages.resx Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
Messages.ru.resx Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +05:00
Messages.tt-ru.resx Remora.Discord part 2 out of ∞ 2023-05-17 00:18:12 +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.