1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 09:09:00 +03:00
A general-purpose Discord bot for moderation written in C#
Find a file
mctaylors 22fdb53029
Update repository link in README (#18)
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-01-18 15:44:53 +00:00
.github Fix CI failures 2023-01-18 20:35:22 +05:00
Commands Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Data Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
.editorconfig Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
.gitignore Unhardcoded bot mention + some small fixes (#7) 2022-12-05 19:04:27 +05:00
Boyfriend.cs Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Boyfriend.csproj Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Boyfriend.sln Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
CODEOWNERS Fix CI failures 2023-01-18 20:35:22 +05:00
CommandProcessor.cs Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
EventHandler.cs Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
global.json Update to .NET 7 2022-12-08 13:51:49 +05:00
LICENSE Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
Messages.Designer.cs Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Messages.resx Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Messages.ru.resx Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Messages.tt-ru.resx Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
README.md Update repository link in README (#18) 2023-01-18 15:44:53 +00:00
ReplyEmojis.cs Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
Utils.cs Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00

Boyfriend-CSharp-Dark Boyfriend-CSharp-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.