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
dependabot[bot] d782504a70
Bump Discord.Net from 3.8.1 to 3.9.0 in /Boyfriend
Bumps [Discord.Net](https://github.com/discord-net/Discord.Net) from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/discord-net/Discord.Net/releases)
- [Changelog](https://github.com/discord-net/Discord.Net/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/discord-net/Discord.Net/compare/3.8.1...3.9.0)

---
updated-dependencies:
- dependency-name: Discord.Net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 14:40:10 +00:00
.github Refactor guild data storage (#13) 2023-01-18 19:39:24 +05:00
Boyfriend Bump Discord.Net from 3.8.1 to 3.9.0 in /Boyfriend 2023-01-18 14:40:10 +00: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-CSharp.sln another two or three refactors 2022-05-14 18:12:39 +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
README.md Change the logo in README depending on the website theme (#12) 2022-12-11 09:18:46 +00: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/l1ttleO/Boyfriend-CSharp
cd Boyfriend-CSharp
dotnet build

Initial setup

Create token.txt in Boyfriend/bin/Debug/net7.0/ and enter your bot token. Then, run Boyfriend.exe.