From d1f3de403910b33bbcace05e94b11009f04aa708 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 6 Dec 2017 15:49:14 +0100 Subject: [PATCH] Added eyebleach.. Halved limit should increase performance. --- General.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/General.py b/General.py index f1494bf..24ccff4 100644 --- a/General.py +++ b/General.py @@ -46,8 +46,8 @@ class General(object): def aww(self, ctx): """ iets schattigs... """ print(type(ctx.message.channel)) - raww = self.r.subreddit('aww+catloaf+tuckedinkitties+babyelephantgifs+babybigcatgifs+blep+holdmynip+gingerkitty+cathighfive+catsstandingup+catsareassholes') - post = raww.top('month', limit=500) + raww = self.r.subreddit('aww+catloaf+tuckedinkitties+babyelephantgifs+babybigcatgifs+blep+holdmynip+gingerkitty+cathighfive+catsstandingup+catsareassholes+eyebleach') + post = raww.top('month', limit=250) listing = list(post) random.shuffle(listing) post = listing[0]