Fix reddit title

This commit is contained in:
Marco Thomas
2020-08-31 18:17:09 +02:00
parent e658418cf1
commit 98203c0e6b

View File

@@ -34,7 +34,7 @@ class Reddit(commands.Cog):
for i in range(0, rand_post):
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)
# COG ENDING