aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/utilities/reddit.py
diff options
context:
space:
mode:
authorGravatar Robin <[email protected]>2023-07-14 14:03:48 -0500
committerGravatar GitHub <[email protected]>2023-07-14 14:03:48 -0500
commit643e673bd1ed72b98b6c2728f25b4a96ba758579 (patch)
tree38d1d1e3268c49dbbda3b0e688fa4fa3e2894ea7 /bot/exts/utilities/reddit.py
parentFix incorrect permissions target (diff)
parentBump sentry-sdk from 1.27.1 to 1.28.0 (#1325) (diff)
Merge branch 'python-discord:main' into undeprecate-bookmark
Diffstat (limited to 'bot/exts/utilities/reddit.py')
-rw-r--r--bot/exts/utilities/reddit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/utilities/reddit.py b/bot/exts/utilities/reddit.py
index f8e358de..cfc70d85 100644
--- a/bot/exts/utilities/reddit.py
+++ b/bot/exts/utilities/reddit.py
@@ -37,7 +37,7 @@ class Reddit(Cog):
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."""