Expanded aww with extra cute subs

This commit is contained in:
Mark Hoekveen
2017-12-06 00:24:59 +01:00
parent e6c52276c6
commit 0af039a323
+1 -1
View File
@@ -46,7 +46,7 @@ class General(object):
def aww(self, ctx): def aww(self, ctx):
""" iets schattigs... """ """ iets schattigs... """
print(type(ctx.message.channel)) 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') post = raww.top('month')
listing = list(post) listing = list(post)
random.shuffle(listing) random.shuffle(listing)