From 2f9b18e146f7ac5b480e14c0f11287f55a8e22c5 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 6 Dec 2017 00:03:36 +0100 Subject: [PATCH] more aww improvements --- General.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/General.py b/General.py index 6ae1c47..bab897b 100644 --- a/General.py +++ b/General.py @@ -50,7 +50,7 @@ class General(object): post = raww.top('month') listing = list(post) random.shuffle(listing) - post = listing.next() + post = listing[0] try: yield from ctx.message.delete()