This repository has been archived on 2024-06-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
OctobotStealth/src/Responders
Octol1ttle daa1dd4184
General fixes ()
Depends on 

These changes are really small and I don't know how to reasonably split
them into multiple PRs, but here's the changelog:
- The result of the `UtilityService#LogActionAsync` call in
`BanCommandGroup#BanUserAsync` is no longer ignored and it's errors will
now prevent feedback from being sent;
- Converted `if` statement to a `return` with ternary in
`LanguageOption`;
- Slightly decreased method complexity of
`MessageDeletedResponder#RespondAsync` by cleverly using Results;
- Changed the order of parameters for `UtilityService#LogActionAsync` to
flow better;
- Removed the exemption for `ConvertIfToReturnStatement` for
InspectCode.

---------

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
2023-07-20 07:36:21 +00:00
..
GuildLoadedResponder.cs The Milestone Commit () 2023-07-18 12:25:02 +00:00
GuildMemberJoinedResponder.cs The Milestone Commit () 2023-07-18 12:25:02 +00:00
GuildMemberRolesUpdatedResponder.cs The Milestone Commit () 2023-07-18 12:25:02 +00:00
MessageDeletedResponder.cs General fixes () 2023-07-20 07:36:21 +00:00
MessageEditedResponder.cs The Milestone Commit () 2023-07-18 12:25:02 +00:00
MessageReceivedResponder.cs The Milestone Commit () 2023-07-18 12:25:02 +00:00
ScheduledEventCancelledResponder.cs The Milestone Commit () 2023-07-18 12:25:02 +00:00