aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/reddit.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-15 12:54:54 -0400
committerGravatar GitHub <[email protected]>2021-05-15 12:54:54 -0400
commit28eb6d83dd8f1d1b41b4d45f09409cb6391ce52f (patch)
tree4c6c37901815795a38139a379189de7c96aeaf2f /bot/exts/evergreen/reddit.py
parentchore: Make all aliases in commands tuples (diff)
fix: Remove the useless return
Co-authored-by: Xithrius <[email protected]>
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"