Skip to content

Commit 1898bcb

Browse files
committed
Shorten docstring
1 parent 65b4e52 commit 1898bcb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cogs/modmail.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,10 @@ async def unblock(self, ctx, *, user: User = None):
793793
@commands.command()
794794
@checks.has_permissions(PermissionLevel.SUPPORTER)
795795
async def delete(self, ctx, message_id: int = None):
796-
"""
796+
"""Delete a message that was sent using the reply command.
797+
797798
Deletes the previous message, unless a message ID is provided, which in that case,
798-
delete the message with that message ID.
799+
deletes the message with that message ID.
799800
"""
800801
thread = ctx.thread
801802

0 commit comments

Comments
 (0)