Skip to content

Commit ff255f4

Browse files
committed
fix tests
1 parent 1b5b863 commit ff255f4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

techsupport_bot/commands/modmail.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,9 +1512,7 @@ async def modmail_unban(
15121512
name="bans",
15131513
description="Lists the users who are banned from using modmail",
15141514
)
1515-
async def modmail_list_ban(
1516-
self: Self, ctx: commands.Context
1517-
) -> None:
1515+
async def modmail_list_ban(self: Self, ctx: commands.Context) -> None:
15181516
"""Lists the users who are banned from using modmail
15191517
15201518
Args:
@@ -1542,4 +1540,3 @@ async def modmail_list_ban(
15421540
)
15431541

15441542
await ctx.channel.send(embed=embed)
1545-

0 commit comments

Comments
 (0)