more aww improvements

This commit is contained in:
Mark Hoekveen
2017-12-06 00:03:36 +01:00
parent 59f4e22892
commit 2f9b18e146
+1 -1
View File
@@ -50,7 +50,7 @@ class General(object):
post = raww.top('month') post = raww.top('month')
listing = list(post) listing = list(post)
random.shuffle(listing) random.shuffle(listing)
post = listing.next() post = listing[0]
try: try:
yield from ctx.message.delete() yield from ctx.message.delete()