Skip to content

Commit 3165db0

Browse files
style(pre-commit): auto fixes from pre-commit.com hooks
1 parent f2f03d8 commit 3165db0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

discord/automod.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,10 @@ class AutoModActionMetadata:
9191
)
9292

9393
def __init__(
94-
self, channel_id: int = MISSING, timeout_duration: timedelta = MISSING, custom_message: str = MISSING
94+
self,
95+
channel_id: int = MISSING,
96+
timeout_duration: timedelta = MISSING,
97+
custom_message: str = MISSING,
9598
):
9699
self.channel_id: int = channel_id
97100
self.timeout_duration: timedelta = timeout_duration

0 commit comments

Comments
 (0)