about summary refs log tree commit diff stats
path: root/cogs
diff options
context:
space:
mode:
authorNoah <mounderfod@gmail.com>2022-06-09 19:12:55 +0100
committerNoah <mounderfod@gmail.com>2022-06-09 19:12:55 +0100
commitc6524b74a036e80a90473b926f8e0f2483ff8538 (patch)
treebf2aba90cd8f536fe5717bca625e87d45492b61b /cogs
parenta52d31de4fa6b3dbdf9927afc3e87b36c64be0b9 (diff)
downloadtiny-potato-bot-c6524b74a036e80a90473b926f8e0f2483ff8538.tar.gz
Let's just disable reddit for now
Diffstat (limited to 'cogs')
-rw-r--r--cogs/reddit.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cogs/reddit.py b/cogs/reddit.py
index 6ff144f..c627534 100644
--- a/cogs/reddit.py
+++ b/cogs/reddit.py
@@ -8,9 +8,9 @@ from discord.ext import commands
 
 load_dotenv()
 reddit = asyncpraw.Reddit(
-    client_id="2OTyJiFOZ1-lxXSO4-YZXw",
+    client_id="60jDYF0yBOGlP0QCDvhFew",
     client_secret=os.getenv("SECRET"),
-    user_agent="mounderfod.tpbot:v1.0.0 (by u/mounderfod)"
+    user_agent="craftvoltage.tpbot:v1.0.0 (by u/craftvoltage)"
 )