From 0af039a323608be641ad846cabe5ec47b7f0c23b Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 6 Dec 2017 00:24:59 +0100 Subject: [PATCH] Expanded aww with extra cute subs --- General.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General.py b/General.py index bab897b..8f89ae8 100644 --- a/General.py +++ b/General.py @@ -46,7 +46,7 @@ class General(object): def aww(self, ctx): """ iets schattigs... """ print(type(ctx.message.channel)) - raww = self.r.subreddit('aww') + raww = self.r.subreddit('aww+catloaf+tuckedinkitties+babyelephantgifs+babybigcatgifs+blep+holdmynip+gingerkitty+cathighfive+catsstandingup+catsareassholes', limit=500) post = raww.top('month') listing = list(post) random.shuffle(listing)