Skip to content

Commit 9d323db

Browse files
committed
Shorten short docs slightly
1 parent 2ef7f75 commit 9d323db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cogs/modmail.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ async def notify(self, ctx, *, role=None):
227227

228228
@commands.command(aliases=['sub'])
229229
async def subscribe(self, ctx, *, role=None):
230-
"""Subscribes yourself or a given role to be notified when thread messages are received.
230+
"""Notify yourself or a given role for every thread message recieved.
231231
You will be pinged for every thread message recieved until you unsubscribe.
232232
"""
233233
thread = await self.bot.threads.find(channel=ctx.channel)

0 commit comments

Comments
 (0)