1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 08:51:12 +03:00
A general-purpose Discord bot for moderation written in C#
Find a file
dependabot[bot] f01ce4fe1c
Bump muno92/resharper_inspectcode from 1.6.6 to 1.6.11 (#27)
Bumps
[muno92/resharper_inspectcode](https://github.com/muno92/resharper_inspectcode)
from 1.6.6 to 1.6.11.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-03 11:19:01 +05:00
.github Bump muno92/resharper_inspectcode from 1.6.6 to 1.6.11 (#27) 2023-04-03 11:19:01 +05:00
Commands Bugfixes: 2023-02-14 23:17:20 +05:00
Data Include bots for storage in MemberData, download users when populating MemberData 2023-02-02 23:05:28 +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 Unhardcoded bot mention + some small fixes (#7) 2022-12-05 19:04:27 +05:00
Boyfriend.cs Fixed a memory leak caused by hitting rate limits, caused by attempts to add unset starter roles 2023-03-28 22:47:01 +05:00
Boyfriend.csproj Bump Discord.Net from 3.9.0 to 3.10.0 2023-03-28 15:28:34 +05:00
Boyfriend.sln Rename solution & project, move the project files one layer up 2023-01-18 20:17:33 +05:00
CommandProcessor.cs Fix calling commands with @mentions 2023-03-20 12:33:54 +05:00
EventHandler.cs we do a little trolling (#26) 2023-03-20 11:19:17 +05:00
LICENSE Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
Messages.Designer.cs Do not allow setting reminders without specifying a valid TimeSpan 2023-02-02 21:37:12 +05:00
Messages.resx Do not allow setting reminders without specifying a valid TimeSpan 2023-02-02 21:37:12 +05:00
Messages.ru.resx Do not allow setting reminders without specifying a valid TimeSpan 2023-02-02 21:37:12 +05:00
Messages.tt-ru.resx Do not allow setting reminders without specifying a valid TimeSpan 2023-02-02 21:37:12 +05:00
ReplyEmojis.cs Add reminder creation feedback (#24) 2023-02-02 09:48:18 +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.