1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-01-31 00:19:00 +03:00
A general-purpose Discord bot for moderation written in C#
Find a file
Octol1ttle 2502beb5df
Dependabot: ignore patch updates (#304)
This PR *should* disable creating Dependabot PRs for patch updates.
These updates often don't contain significant changes and only clutter
the PR feed in addition to taking the maintainers' time
2024-05-13 12:43:59 +00:00
.github Dependabot: ignore patch updates (#304) 2024-05-13 12:43:59 +00:00
CodeAnalysis Ban usages of Thread#Sleep (#243) 2023-12-21 20:21:20 +03:00
docs Remove mctaylors.ru mentions (#251) 2024-01-22 20:47:53 +05:00
locale Remove mctaylors' version of the Russian language (#297) 2024-04-01 22:20:41 +03:00
src Don't hardcode logo's link in /about (#301) 2024-04-08 14:02:31 +03:00
.editorconfig Allow using expression-bodied properties (#280) 2024-03-20 21:08:59 +05:00
.gitignore Update .gitignore (#150) 2023-10-04 21:49:21 +05:00
LICENSE Seal all possible classes, add LICENSE, follow async naming conventions 2022-09-18 19:41:29 +05:00
Octobot.csproj Add GitInfo NuGet package (#268) 2024-03-19 20:51:32 +03:00
Octobot.sln Rebrand to Octobot (#128) 2023-09-30 18:58:32 +05:00

Octobot banner

Veemo! I'm a general-purpose bot for moderation (formerly known as Boyfriend) written by Team Octolings in C# and Remora.Discord

Features

  • Banning, muting, kicking, etc.
  • Reminding you about something if you wish
  • Reminding everyone about that new event you made
  • Renaming those annoying self-hoisting members
  • Log everything from joining the server to deleting messages
  • Listen to music!

...a-a-and more!

Building Octobot

  1. Install .NET 8 SDK
  2. Go to the Discord Developer Portal, create a new application and get a bot token. Don't forget to also enable all intents!
  3. Clone this repository and open Octobot folder.
git clone https://github.com/TeamOctolings/Octobot
cd Octobot
  1. Run Octobot using dotnet with BOT_TOKEN variable.
dotnet run BOT_TOKEN='ENTER_TOKEN_HERE'

Contributing

When it comes to contributing to the project, the two main things you can do to help out are reporting issues and submitting pull requests. Please refer to the contributing guidelines to understand how to help in the most effective way possible.

Special Thanks

JetBrains Logo (Main) logo

JetBrains, creators of ReSharper and Rider, supports Octobot with one of their Open Source Licenses. Rider is the recommended IDE when working with Octobot, and everyone on the Octobot team uses it. Additionally, ReSharper command-line tools made by JetBrains are used for status checks on pull requests to ensure code quality even when not using ReSharper or Rider.

Not an official Splatoon™ product. We are in no way affiliated with or endorsed by Nintendo Company, or other rightsholders.