Skip to content

Commit ed264db

Browse files
committed
this shouldn't have made it to prod, forgot to format
1 parent 1e913a3 commit ed264db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/SideBot/cogs/admin.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,11 @@ def __init__(self, bot: Bot, channels_max: int = 4) -> None:
8383
@default_permissions(manage_messages=True)
8484
# ruff: noqa: C901, FBT001, FBT002
8585
async def clean(
86-
self, inter: Interaction, count: int, member: Member | None = None, cross_channel: bool = False,
86+
self,
87+
inter: Interaction,
88+
count: int,
89+
member: Member | None = None,
90+
cross_channel: bool = False,
8791
) -> None:
8892
"""Clean `count` messages from optional `member` in the channel it's used."""
8993
if not isinstance(inter.channel, TextChannel):

0 commit comments

Comments
 (0)