diff --git a/misc/commandlist b/misc/commandlist index 9c59ae9..7fc9b4c 100644 --- a/misc/commandlist +++ b/misc/commandlist @@ -1,6 +1,6 @@ mensa - [TAG/full/veggy/fleisch/fisch] essen in der mensa, filter möglich -cat - random cat image (using reddit.com/r/cats) -dog - random dog image (using reddit.com/r/dogs) +cat - random cat image (using reddit.com/r/catpictures) +dog - random dog image (using reddit.com/r/dogpictures) hamster - random dog image (using reddit.com/r/hamsters) wrongdog - random wrongdog image (using reddit.com/r/whatswrongwithyourdog) catdog - catdog pic diff --git a/reddit.py b/reddit.py index caaf34a..b86bf16 100644 --- a/reddit.py +++ b/reddit.py @@ -81,11 +81,11 @@ def hamster(bot, update): def cat(bot, update): - reddit_img(bot, update, ['cats']) + reddit_img(bot, update, ['catpictures']) def dog(bot, update): - reddit_img(bot, update, ['dogs']) + reddit_img(bot, update, ['dogpictures']) def reddit(bot, update, args): diff --git a/schneiderbot.py b/schneiderbot.py index 5ab0b38..6776999 100755 --- a/schneiderbot.py +++ b/schneiderbot.py @@ -51,8 +51,8 @@ def help(bot, update): /mensa _mensa_ full - prints full list of meals for _mensa_ (if no _mensa_ given, zentralmensa is used) *Reddit*: - /cat - random cat image (using reddit.com/r/cats) - /dog - random dog image (using reddit.com/r/dogs) + /cat - random cat image (using reddit.com/r/catpictures) + /dog - random dog image (using reddit.com/r/dogpictures) /hamster - random dog image (using reddit.com/r/hamsters) /wrongdog - random wrongdog image (using reddit.com/r/whatswrongwithyourdog) /reddit subreddit - random submission from reddit.com/r/subreddit