diff options
author | 2021-11-08 23:00:46 +0000 | |
---|---|---|
committer | 2021-11-08 23:00:46 +0000 | |
commit | 4b716c204147cfd1871db1b081e036cac172a9ad (patch) | |
tree | 145878d5dc07cf8635702c18d7832880e79c5c7b | |
parent | Improve ordering logic in API request (diff) |
Add missing newline after region comment
-rw-r--r-- | bot/exts/moderation/infraction/management.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/moderation/infraction/management.py b/bot/exts/moderation/infraction/management.py index 3299979e8..7314eb61d 100644 --- a/bot/exts/moderation/infraction/management.py +++ b/bot/exts/moderation/infraction/management.py @@ -267,6 +267,7 @@ class ModManagement(commands.Cog): # endregion # region: Search for infractions by given actor + @infraction_group.command(name="by", aliases=("b",)) async def search_by_actor( self, |