Skip to content

Commit

Permalink
Shorten short docs slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kyb3r committed Jan 13, 2019
1 parent 2ef7f75 commit 9d323db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/modmail.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def notify(self, ctx, *, role=None):

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

0 comments on commit 9d323db

Please sign in to comment.