Skip to content

Commit

Permalink
Re-enable the reddit autoposter (#1332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLovering authored Jul 23, 2023
1 parent aa76712 commit c4c83f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/exts/utilities/reddit.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def __init__(self, bot: Bot):
self.access_token = None
self.client_auth = BasicAuth(RedditConfig.client_id.get_secret_value(), RedditConfig.secret.get_secret_value())

# self.auto_poster_loop.start()
self.auto_poster_loop.start()

async def cog_unload(self) -> None:
"""Stop the loop task and revoke the access token when the cog is unloaded."""
Expand Down

0 comments on commit c4c83f8

Please sign in to comment.