aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/reddit.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-15 13:32:04 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-15 13:32:04 -0400
commitaad7b47c610429800b895744cb0bfa5fb382047a (patch)
tree15bd8250cb66434c402f6f170fcddd1cfd28ccd1 /bot/exts/evergreen/reddit.py
parentchore: Make things that are only used once constants (diff)
parentfix: Remove the useless return (diff)
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lancebot into spring-cleanup
Diffstat (limited to 'bot/exts/evergreen/reddit.py')
-rw-r--r--bot/exts/evergreen/reddit.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/reddit.py b/bot/exts/evergreen/reddit.py
index b5af83e7..e57fa2c0 100644
--- a/bot/exts/evergreen/reddit.py
+++ b/bot/exts/evergreen/reddit.py
@@ -99,7 +99,6 @@ class Reddit(Cog):
f"{content_type}\u2003{Emojis.reddit_upvote}{ups}\u2003{Emojis.reddit_comments}"
f"\u2002{comments}\u2003{Emojis.reddit_users}{author}\n\n"
)
- return
if paginate:
post_page += f"**[{title}]({link})**\n\n"