Fix reddit title
This commit is contained in:
@@ -34,7 +34,7 @@ class Reddit(commands.Cog):
|
|||||||
for i in range(0, rand_post):
|
for i in range(0, rand_post):
|
||||||
post = next(x for x in posts if not x.stickied)
|
post = next(x for x in posts if not x.stickied)
|
||||||
|
|
||||||
await ctx.send(f"> {post.title} by {post.author.name}")
|
await ctx.send(f"> '{post.title}' by {post.author.name}")
|
||||||
await ctx.send(post.url)
|
await ctx.send(post.url)
|
||||||
|
|
||||||
# COG ENDING
|
# COG ENDING
|
||||||
|
|||||||
Reference in New Issue
Block a user