Added eyebleach.. Halved limit should increase performance.
This commit is contained in:
+2
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user