Skip to content

Commit c929e98

Browse files
committed
Update docstring for reddit command
1 parent 81f621d commit c929e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/reddit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def reddit_url(match, bot):
6666

6767
@hook.command(autohelp=False, singlethread=True)
6868
def reddit(text, bot, reply):
69-
"""<subreddit> [n] - gets a random post from <subreddit>, or gets the [n]th post in the subreddit"""
69+
"""[subreddit] [n] - gets a random post from <subreddit>, or gets the [n]th post in the subreddit"""
7070
id_num = None
7171

7272
if text:

0 commit comments

Comments
 (0)