We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f621d commit c929e98Copy full SHA for c929e98
1 file changed
plugins/reddit.py
@@ -66,7 +66,7 @@ def reddit_url(match, bot):
66
67
@hook.command(autohelp=False, singlethread=True)
68
def reddit(text, bot, reply):
69
- """<subreddit> [n] - gets a random post from <subreddit>, or gets the [n]th post in the subreddit"""
+ """[subreddit] [n] - gets a random post from <subreddit>, or gets the [n]th post in the subreddit"""
70
id_num = None
71
72
if text:
0 commit comments