Octol1ttle
4624b59a8a
Depends on #54 This PR reduces the method complexity of `ClearCommandGroup#ClearMessagesAsync` by doing the following: - Splitting the command method into 2 parts: ExecuteClear and ClearMessagesAsync. The former will check all the needed results and will pass the outputs into the latter; - Using the recently extracted method `UtilityService#LogActionAsync` to log deletion of messages. Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com> |
||
---|---|---|
.github | ||
docs | ||
locale | ||
src | ||
.editorconfig | ||
.gitignore | ||
Boyfriend.csproj | ||
Boyfriend.sln | ||
LICENSE |
Beep! I'm a general-purpose bot for moderation written by @Octol1ttle 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
- Log everything from joining the server to deleting messages
...and more!
Installing and running Boyfriend
You can read our wiki in order to assemble your Boyfriend™ and moderate the server.
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, creators of ReSharper and Rider, supports Boyfriend with one of their Open Source Licenses. Rider is the recommended IDE when working with Boyfriend, and everyone on the Boyfriend 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.