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