Clarify settings docstring
This commit is contained in:
parent
70fd2190e8
commit
0532b4361c
@ -36,7 +36,7 @@ class Reddit(IntervalModule):
|
|||||||
("format", "Format string used for output."),
|
("format", "Format string used for output."),
|
||||||
("username", "Reddit username."),
|
("username", "Reddit username."),
|
||||||
("password", "Reddit password."),
|
("password", "Reddit password."),
|
||||||
("subreddit", "Subreddit to monitor. Defaults to frontpage."),
|
("subreddit", "Subreddit to monitor. Uses frontpage if unspecified."),
|
||||||
("sort_by", "'hot', 'new', 'rising', 'controversial', or 'top'."),
|
("sort_by", "'hot', 'new', 'rising', 'controversial', or 'top'."),
|
||||||
("color", "Standard color."),
|
("color", "Standard color."),
|
||||||
("colorize", "Enable color change on new message."),
|
("colorize", "Enable color change on new message."),
|
||||||
|
Loading…
Reference in New Issue
Block a user