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()