Skip to content

Commit 23cf9c5

Browse files
committed
Shorten help message to fit on one line
1 parent 987e36e commit 23cf9c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cogs/modmail.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ async def close(self, ctx, *, after: UserFriendlyTime = None):
268268
@checks.thread_only()
269269
async def notify(self, ctx, *, user_or_role: Union[discord.Role, User, str.lower, None] = None):
270270
"""
271-
Notify a user, role, or yourself when the next thread message received.
271+
Notify a user or role when the next thread message received.
272272
273273
Once a thread message is received, `user_or_role` will only be pinged once.
274274
@@ -905,7 +905,7 @@ async def unblock(self, ctx, *, user: User = None):
905905
@checks.thread_only()
906906
async def delete(self, ctx, message_id: Optional[int] = None):
907907
"""
908-
Delete a message that was sent using the reply or anonreply command.
908+
Delete a message that was sent using the reply command.
909909
910910
Deletes the previous message, unless a message ID is provided,
911911
which in that case, deletes the message with that message ID.

0 commit comments

Comments
 (0)