A fork of multiple-purpose Discord bot written in Remora.Discord
This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Octol1ttle 1c13f0a310
Resync roles before removing them during a mute
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-01-27 09:53:04 +05:00
.github One last touch... 2023-01-18 21:01:22 +05:00
Commands Resync roles before removing them during a mute 2023-01-27 09:53:04 +05:00
Data Resync roles when restarting bot 2023-01-24 12:36:53 +05:00
.editorconfig Make sure every member has the starter role when ticking guilds 2023-01-23 21:06:04 +05:00
.gitignore Unhardcoded bot mention + some small fixes (#7) 2022-12-05 19:04:27 +05:00
Boyfriend.cs Do not grant starter role if member is muted 2023-01-27 09:52:13 +05:00
Boyfriend.csproj One last touch... 2023-01-18 21:01:22 +05:00
Boyfriend.sln Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
CommandProcessor.cs Reduce indenting, fix critical bug with private feedback being public and vice versa 2023-01-18 22:10:31 +05:00
EventHandler.cs Do not grant starter role if member is muted 2023-01-27 09:52:13 +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
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-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.