more aww improvements
This commit is contained in:
+1
-1
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user