diff options
author | 2021-05-15 13:32:04 -0400 | |
---|---|---|
committer | 2021-05-15 13:32:04 -0400 | |
commit | aad7b47c610429800b895744cb0bfa5fb382047a (patch) | |
tree | 15bd8250cb66434c402f6f170fcddd1cfd28ccd1 /bot/exts | |
parent | chore: Make things that are only used once constants (diff) | |
parent | fix: Remove the useless return (diff) |
Merge branch 'spring-cleanup' of https://github.com/ToxicKidz/sir-lancebot into spring-cleanup
Diffstat (limited to 'bot/exts')
-rw-r--r-- | bot/exts/evergreen/reddit.py | 1 |
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" |