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 2e8392f5d7
Merge branch 'master' into remora
# Conflicts:
#	CommandProcessor.cs
2023-05-16 22:36:37 +05:00
.github Bump muno92/resharper_inspectcode from 1.6.11 to 1.6.13 (#30) 2023-04-24 06:09:22 +00: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 1 out of ∞ 2023-05-16 00:11:11 +05:00
Boyfriend.csproj Remora.Discord part 1 out of ∞ 2023-05-16 00:11:11 +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 1 out of ∞ 2023-05-16 00:11:11 +05:00
Extensions.cs Remora.Discord part 1 out of ∞ 2023-05-16 00:11:11 +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 1 out of ∞ 2023-05-16 00:11:11 +05:00
Messages.resx Change audit output if a message was deleted because of '!clear' (#34) 2023-05-12 19:56:14 +05:00
Messages.ru.resx Change audit output if a message was deleted because of '!clear' (#34) 2023-05-12 19:56:14 +05:00
Messages.tt-ru.resx Update mctaylors' Language (#36) 2023-05-15 15:30:58 +00: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.