We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b5b863 commit ff255f4Copy full SHA for ff255f4
1 file changed
techsupport_bot/commands/modmail.py
@@ -1512,9 +1512,7 @@ async def modmail_unban(
1512
name="bans",
1513
description="Lists the users who are banned from using modmail",
1514
)
1515
- async def modmail_list_ban(
1516
- self: Self, ctx: commands.Context
1517
- ) -> None:
+ async def modmail_list_ban(self: Self, ctx: commands.Context) -> None:
1518
"""Lists the users who are banned from using modmail
1519
1520
Args:
@@ -1542,4 +1540,3 @@ async def modmail_list_ban(
1542
1540
1543
1541
1544
await ctx.channel.send(embed=embed)
1545
-
0 commit comments